Reaction Roles
Setup and configure reaction role panels and reactions
Configuration Options
General Settings
Enabled
Set this to true
to enable the reaction roles system.
true
useButtons
Set to true
to use buttons instead of a select menu.
true
resetReacts
Set to true
to remove the user's reaction after assigning the role.
true
ChannelID
The ID of the channel where the reaction role panel will be posted.
"CHANNEL_ID"
Hint: Use buttons for a more interactive and modern user experience.
Example Configuration
Configuration Details
Embed Settings
Title
The title of the embed panel.
"Welcome to the Role Selection Panel"
Description
The description of the embed panel. Use lists to make it clear.
See example above
Footer
The footer text and icon for the embed.
`"Drako Development
Author
The author text and icon for the embed.
"Reaction Panel"
Color
The color of the embed. Use hex codes for custom colors.
"#0099ff"
Reaction Settings
Name
The name of the role to be assigned.
"Blue Role"
Emoji
The emoji used for the reaction.
"🟦"
Style
The style of the button (Primary, Secondary, Success, Danger).
"Primary"
Description
A brief description of the role.
"Get the Blue Role"
RoleID
The ID of the role to be assigned.
"ROLE_ID"
Hint: Ensure that the RoleID
corresponds to roles that exist in your Discord server.
Adding Multiple Panels
To support multiple panels, copy the configuration for Panel1
and rename it to Panel2
, Panel3
, etc., adjusting the details as needed.
Example for Multiple Panels
Hint: Use different channel IDs and customize the embed details for each panel to match the specific roles and themes.
Last updated