Right now I'm working on a Discord bot ignore command will ignore a channel's command inputs when this action is true. Right now my current js file is here.
What I need the bot to do is:
- Detect when the message "GCMignore" is posted
- Find if their role is "Moderator".
Right now I'm not able to get retrieve the user who sent the message to detect if they are a moderator. I've tried guildmember.roles
and I understand how a map works, it's just that the code is not able to relate back to the person who sent the message.
See this link.
You can use
User.hasRole()
function to see what roles they have. Also to be able to create roles please see this link