VLADY 🛡
VLADY 🛡
DIAdiscord.js - Imagine an app
Created by VLADY 🛡 on 11/11/2023 in #djs-voice
How to make the bot leave a voice chat?
Thanks a lot Aman. I thought it's voice.channel.disconnect
14 replies
DIAdiscord.js - Imagine an app
Created by VLADY 🛡 on 11/11/2023 in #djs-voice
How to make the bot leave a voice chat?
I'm not that dumb to run it elsewhere
14 replies
DIAdiscord.js - Imagine an app
Created by VLADY 🛡 on 11/11/2023 in #djs-voice
How to make the bot leave a voice chat?
Yeah ofc
14 replies
DIAdiscord.js - Imagine an app
Created by VLADY 🛡 on 11/11/2023 in #djs-voice
How to make the bot leave a voice chat?
The bot is in the vc tho
14 replies
DIAdiscord.js - Imagine an app
Created by VLADY 🛡 on 11/11/2023 in #djs-voice
How to make the bot leave a voice chat?
connection is undefined
14 replies
DIAdiscord.js - Imagine an app
Created by VLADY 🛡 on 11/11/2023 in #djs-voice
How to make the bot leave a voice chat?
No description
14 replies
DIAdiscord.js - Imagine an app
Created by VLADY 🛡 on 9/2/2023 in #djs-questions
[discord-rpc] Prevent multiple listeners
I tried
client.on('ready', async () => {
onStartup();
});
if(client.listenerCount('ready') < 1) client.login({ clientId: config.clientId }).catch(); // Prevents multiple listeners
console.log(client.listenerCount('ready'))
client.on('ready', async () => {
onStartup();
});
if(client.listenerCount('ready') < 1) client.login({ clientId: config.clientId }).catch(); // Prevents multiple listeners
console.log(client.listenerCount('ready'))
still getting Browsing 1 Playing 2 Browsing 3 multiple listeners
4 replies
DIAdiscord.js - Imagine an app
Created by VLADY 🛡 on 11/11/2022 in #djs-questions
[Question] How to create application Commands (Apps)
Oh, so it's context menu! That makes sense now. Thank you, Idris.
5 replies
DIAdiscord.js - Imagine an app
Created by VLADY 🛡 on 11/11/2022 in #djs-questions
[Question] How to create application Commands (Apps)
5 replies