/reactionrole add

Attach an emoji and a role to an existing reaction role panel. When users react with the emoji, they’ll automatically receive the assigned role.


πŸ’¬ Usage

/reactionrole add <name> <emoji> <role>
  • <name> – The name of the reaction role panel to modify.

  • <emoji> – The emoji users will click to get the role.

  • <role> – The role to assign when the emoji is clicked.

🎯 Reaction roles make it easy for users to self-assign roles based on interests, pronouns, pings, or access.


πŸ“Œ Example

/reactionrole add colors πŸ’™ @Blue

This will:

  • Add a πŸ’™ emoji to the colors panel

  • Assign the @Blue role to anyone who reacts with πŸ’™

  • Enable role removal if they unreact (toggle-style)


πŸ—ƒοΈ Notes

  • Emoji must be unique within the same panel β€” no duplicates allowed.

  • Custom emojis are supported, but they must be from the server or accessible to the bot.

  • You can add multiple emoji-role pairs to the same panel using this command repeatedly.


Last updated