discord.io icon indicating copy to clipboard operation
discord.io copied to clipboard

Event when a specific user joins a voice channel

Open farazappy opened this issue 6 years ago • 1 comments

I want to perform some operations on an event which is when a specified user (suppose me) joins any voice channel, Is there any way to do this?

farazappy avatar Sep 11 '18 16:09 farazappy

This is not an issue but a request. But anyways.

There's no a hardcoded way to trigger an event when a user joins a channel, but you could use the client event "voiceStateUpdate" for what you want to achieve.

JGPenaB avatar Sep 13 '18 19:09 JGPenaB