skeddles
skeddles
DIAdiscord.js - Imagine an app
Created by NefariousApe on 9/26/2024 in #djs-questions
using discord oauth
you make an "app" on discords developer section, but you don't need a discord bot, it uses the API in a completely different way than bots do.
9 replies
DIAdiscord.js - Imagine an app
Created by kotek on 9/29/2024 in #djs-questions
Can i fetch every message from a channel?
if possible it would probably be better to just download all the current images, and automatically save new ones posted, then pick a random image from a folder, rather than searching the channel every time
4 replies
DIAdiscord.js - Imagine an app
Created by skeddles on 6/18/2024 in #djs-questions
Why is my number of emoji inaccurate?
thanks!
9 replies
DIAdiscord.js - Imagine an app
Created by skeddles on 6/18/2024 in #djs-questions
Why is my number of emoji inaccurate?
No description
9 replies
DIAdiscord.js - Imagine an app
Created by skeddles on 6/18/2024 in #djs-questions
Why is my number of emoji inaccurate?
oh that might be it, lemme see
9 replies
DIAdiscord.js - Imagine an app
Created by skeddles on 6/18/2024 in #djs-questions
Why is my number of emoji inaccurate?
yeah it's triggering from a command, using await checkIfServerHasFreeEmojiSlots(interaction.guild);
9 replies
DIAdiscord.js - Imagine an app
Created by skeddles on 6/18/2024 in #djs-questions
Why is my number of emoji inaccurate?
server has 1 free emoji slots { premiumTier: 0, totalEmojiSlots: 50, usedEmojiSlots: 49 }
9 replies
DIAdiscord.js - Imagine an app
Created by skeddles on 6/18/2024 in #djs-questions
Why is my number of emoji inaccurate?
node v16.17.0
9 replies
DIAdiscord.js - Imagine an app
Created by skeddles on 6/18/2024 in #djs-questions
Why is my number of emoji inaccurate?
9 replies
DIAdiscord.js - Imagine an app
Created by skeddles on 1/23/2024 in #djs-questions
Command Wont Go Away
thanks @Mark!
6 replies
DIAdiscord.js - Imagine an app
Created by skeddles on 1/23/2024 in #djs-questions
Command Wont Go Away
oh nvm, was using the wrong token
6 replies
DIAdiscord.js - Imagine an app
Created by skeddles on 1/23/2024 in #djs-questions
Command Wont Go Away
ah yeah i think one was a global command. but i ran that code, and it seemed to be successful, but the command still appears. does it take a while to disappear?
6 replies
DIAdiscord.js - Imagine an app
Created by skeddles on 1/21/2024 in #djs-questions
Why isn't messageCreate getting triggered?
ah crap, I figured it out, i was using the wrong token so it was in different servers than i expected. the code is working as expected. i should have done client.guilds.cache.forEach(guild => {console.log('bot joined server:', guild.name);}); thanks for being my rubber duckies
8 replies
DIAdiscord.js - Imagine an app
Created by skeddles on 1/21/2024 in #djs-questions
Why isn't messageCreate getting triggered?
no, in a channel
8 replies
DIAdiscord.js - Imagine an app
Created by skeddles on 1/21/2024 in #djs-questions
Why isn't messageCreate getting triggered?
[email protected] node v16.17.0
8 replies
DIAdiscord.js - Imagine an app
Created by skeddles on 11/8/2023 in #djs-questions
Why does my entire app crash when client.login fails?
yup that seems to fix
5 replies
DIAdiscord.js - Imagine an app
Created by skeddles on 11/8/2023 in #djs-questions
Why does my entire app crash when client.login fails?
this never fires either client.on('error', (err) => { console.error('discord client error', err); reject(err); });
5 replies
DIAdiscord.js - Imagine an app
Created by skeddles on 10/30/2023 in #djs-questions
using rest API to update server banner
yeah, someone should have been able to see that easily
6 replies
DIAdiscord.js - Imagine an app
Created by skeddles on 10/30/2023 in #djs-questions
using rest API to update server banner
oh, thanks me, that was pretty obvious
6 replies
DIAdiscord.js - Imagine an app
Created by skeddles on 10/30/2023 in #djs-questions
using rest API to update server banner
you need to use body, not data
6 replies