node-red-contrib-discord-advanced
node-red-contrib-discord-advanced copied to clipboard
Voice Channel Join/Leave events
Looking at the following stackoverflow https://stackoverflow.com/a/64342653
I was trying to modify the following item to have an event when a user joins or leaves a voice channel https://github.com/Markoudstaal/node-red-contrib-discord-advanced/blob/main/discord/discordMember.js
But I am having some difficulty figureing out how to implement that, it seems like I would need to create a whole new node since the existing nodes wont support the input events.
Any assistance on how to have a voice channel leave and join would be great, I feel like I am just spinning my wheels.
Thanks!