wawa (he/him)
DIAdiscord.js - Imagine an app
•Created by wawa (he/him) on 7/26/2023 in #djs-questions
Getting Clients Connected to Voice Channels without Cache
Awesome, you are a live saver, I've been screaming at the javascript for 2 hours, now it just works...
Thanks a lot!
9 replies
DIAdiscord.js - Imagine an app
•Created by wawa (he/him) on 7/26/2023 in #djs-questions
Getting Clients Connected to Voice Channels without Cache
Is there a convenient list of all intents and what they're needed for?
9 replies
DIAdiscord.js - Imagine an app
•Created by wawa (he/him) on 7/26/2023 in #djs-questions
Getting Clients Connected to Voice Channels without Cache
To test this, I've added
await message.guild.members.fetch();
at the start of the execute
function, next I've joined voice with profile A and started the bot. I've invoked the command and as expected profile A shows up. Next I've joined with profile B on a different device, however, when invoking the command, still only A get's reported.
After restarting the bot (while both A and B are connected to voice) both of them get reported...9 replies