jorisvddonk / node-red-contrib-discord

Node-red nodes that allow you to interact with Discord.
15 stars 19 forks source link

No member Role IDs #30

Open ozdeadmeat opened 3 years ago

ozdeadmeat commented 3 years ago

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 similar data element needs to be re-enstated.