node-red-contrib-discord-advanced
node-red-contrib-discord-advanced copied to clipboard
Recieve, send, edit and delete Discord messages in node-red.
I am using nodered 3.1 docker image, which running node 16.20.2 Log: > 2024-01-09T08:50:59.776Z Install : node-red-contrib-discord-advanced 3.5.0 > > 2024-01-09T08:50:59.823Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict...
I have a bot that needs to be able to respond to a previous message when mentioned in a reply. For example: Joe (message A): I need help with ....
Added a new node called the guild manager. Will fetch the guild given the guild info field or msg parameter. Returns the guild object per https://discord.js.org/docs/packages/discord.js/main/Guild:Class. Also added an action...
Create a set of icons in order to differentiate each node
Hi, I'd like to create a recurring event programmatically on the prelast friday every month, which is not supported by Discord itself. Is it possible to add support for the...
I need to set sent message flags so I can disable notifications for specific messages the bot sends (and/or disable embeds). Also as a side note: I didn't know that...
Hi, First, thank you for your contributing to this awesome node-red palette. After upgrading on or after 3.4.5, it seems that `discordMessageManager` is not working properly. ### Issues I use...
Maybe I missed something in the documentation but is it possible to trigger a message in Node-Red on the event of a role being added or removed from a user...
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...
get all the UserID's with a specific role using the discordpermissions command?