To add a role to the member you have mentioned, use this code:
let role = message.guild.roles.find(r => r.name === "GamerRole");
let member = message.mentions.members.first();
member.addRole(role).catch(console.error);
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more