/reaction-roles

Manage reaction roles in your server

Setup Order

Follow these subcommands in the recommended order for proper setup:

1
create
2
add
3
list
4
remove
1

/reaction-roles create

Create a new reaction role message in a specific channel

/reaction-roles create <channel> <title> [description]
/reaction-roles create #roles "Choose your roles" "React to get roles"

Start by creating a reaction role message. This creates an embed in the specified channel where users can react to get roles. The title is required, description is optional.

Manage Guild
2

/reaction-roles add

Add a reaction role to an existing message

/reaction-roles add <message-id> <emoji> <role>
/reaction-roles add 123456789012345678 🎮 @Gamer
/reaction-roles add 123456789012345678 :custom_emoji: @VIP

After creating a reaction role message, use this command to add emoji-role pairs. Users who react with the emoji will automatically get the role. Make sure the bot's role is higher than the role you're assigning.

Manage Guild
3

/reaction-roles list

List all reaction roles configured in this server

/reaction-roles list
/reaction-roles list

View all active reaction role messages and their configured emoji-role pairs. This helps you keep track of all your reaction role setups.

Manage Guild
4

/reaction-roles remove

Remove a specific reaction role from a message

/reaction-roles remove <message-id> <emoji>
/reaction-roles remove 123456789012345678 🎮

Remove a specific emoji-role pair from a reaction role message. This will stop users from getting that role when reacting with that emoji.

Manage Guild