node-red-contrib-discord
node-red-contrib-discord copied to clipboard
Node-red nodes that allow you to interact with Discord.
Discord sends `message.attachments` array, adding the ability to set up `msg.attachment` to pass this along.
The **_msg.member._roles_** has been removed and replaced with **_msg.memberRoleNames_**. The names are useless for sustainable permission verification due to the ability to easily change the role names. A memberRoleID or...
Node-red will crash several times per day with the following message. 3 Feb 02:08:31 - [error] [discordMessage:pibot] read ECONNRESET 3 Feb 02:08:31 - [red] Uncaught Exception: 3 Feb 02:08:31 -...
how can i initate direct message from bot to user, if the user call a command in a channel ?
Is there a resource online somewhere that shows how to use the discord Client node?
Thanks for the library - easy and works well for me. Few things would like to ask: 1) Input Node - possibility to capture Username who posted a message -...
Is there a way to detect reactions on a message?
Is it possible to edit an already sent message by the bot? I'm thinking I can use the discordClient node to achieve this and have been reading documentation but I'm...
DM user
I've been trying to make it so I can DM a user in my server depending on the question asked, is that possible the way its currently setup? I'd like...
Any idea what the syntax is to send a message back and mention a user? I have not been able to find anything that explains how to do this, any...