Skip to content Skip to sidebar Skip to footer

Discord Js Manage Roles Permission Missing Even Though Bot Is Admin

My Discord bot isn't adding the role to the user who uses the command. My Code: if (userCmd.toLowerCase() === `${prefix}verify`) { if (message.member.roles.cache.find(role =>

Solution 1:

I just came across this same problem, and nothing I did was helping out. Until, I came across a reddit post, 3 years old. That did the trick.

In server settings, literally drag the bots role above the roles it will be assigning.

Credit:Reddit Comment

Solution 2:

The bot's highest role must be higher than the role you need to assign in the role list, otherwise, it won't be able to give it to anyone.

Post a Comment for "Discord Js Manage Roles Permission Missing Even Though Bot Is Admin"