Markoudstaal / node-red-contrib-discord-advanced

Recieve, send, edit and delete Discord messages in node-red.
MIT License
47 stars 16 forks source link

Voice Channel Join/Leave events #101

Open Cerothen opened 10 months ago

Cerothen commented 10 months ago

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!