Manage reaction roles in your server
Follow these subcommands in the recommended order for proper setup:
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.
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.
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.
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.