izy521 / discord.io

A small, single-file library for creating DiscordApp clients from Node.js or the browser
https://discord.gg/0MvHMfHcTKVVmIGP
MIT License
535 stars 155 forks source link

Event when a specific user joins a voice channel #290

Open farazappy opened 5 years ago

farazappy commented 5 years ago

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?

JGPenaB commented 5 years ago

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.