node-red-contrib-discord-advanced icon indicating copy to clipboard operation
node-red-contrib-discord-advanced copied to clipboard

Added new node: Guild Manager, and search functionality

Open JuliaSoriaSmith opened this issue 10 months ago • 2 comments

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 to rename the guild. There is the potential to perform more actions but several commands are for only boosted servers. Theoretically server icon setting is not that difficult to perform since it can be done with a URL.

JuliaSoriaSmith avatar Apr 17 '24 17:04 JuliaSoriaSmith

Added search function to discordMessageManager. Responding to Search messages node #67

JuliaSoriaSmith avatar Apr 19 '24 13:04 JuliaSoriaSmith

I know the movement of some of the functions into a separate lib framework is a little messy but i noticed it was repeated in several classes. Ill try to standardize the rest of the classes to use this unified lib class

JuliaSoriaSmith avatar Apr 19 '24 14:04 JuliaSoriaSmith

I have now also added the event manager, as per the request Support Scheduled Events #110. It is quite comprehensive, it can create and delete scheduled events, as well as obtain info on a particular event or all events in a guild.

JuliaSoriaSmith avatar Apr 29 '24 15:04 JuliaSoriaSmith

I'll be reviewing the new functionality and changes.

javis86 avatar May 05 '24 15:05 javis86