Quantcast
Channel: discord.js voice channel member count - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by InsertDisplayNameHere for discord.js voice channel member count

If I am understanding you correctly, you want to rename a VC to the member count. The Discord API only lets you rename a channel 2 times every 10 minutes. You are trying to run that code every 5...

View Article



Answer by alapaah for discord.js voice channel member count

You could try to use voiceStateUpdate, it's fired everytime a user leaves, enters, mutes mic or unmutes mic. Here's a link to it: voiceStatusUpdateYou can also use voiceChannelID if you want to get the...

View Article

Image may be NSFW.
Clik here to view.

discord.js voice channel member count

I have the problem that the bot the member count updates only once and does nothing else after. Does anyone know how to solve it?Heres my current code:bot.on("ready", () => { const guild =...

View Article
Browsing latest articles
Browse All 3 View Live


Latest Images