Markoudstaal / node-red-contrib-discord-advanced

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

Node to retrieve guild information #114

Closed tomlyo closed 2 weeks ago

tomlyo commented 2 weeks ago

In an attempt to obtain a list of members (ids) of a particular guild I found that there doesn't appear to be a means of accomplishing this. I think it would be beneficial to have a node that can return a list of member objects, or even better a guild object that also has this information.

tomlyo commented 2 weeks ago

Resolved using discordClient node.