/reactionrole create
Create a reaction role panel as a message or an embed. This panel lets users assign themselves roles by reacting with specific emojis.
π¬ Usage
/reactionrole create <name> [text] [embed_title] [embed_description] [embed_color]
<name>
β A name for this reaction role panel.[text]
β (Optional) Plain message text to include above the emojis.[embed_title]
β (Optional) Title for the embed.[embed_description]
β (Optional) Embed body text.[embed_color]
β (Optional) Embed color in HEX format (e.g.,#ff66cc
).
π οΈ After creating the panel, use
/reactionrole add
to assign emojis and roles.
π Example
/reactionrole create colors "Choose your color below!" "Pick a Color" "React with an emoji to get your favorite color!" #3498db
This will:
Create a panel named
colors
Display the provided text and embed (if given)
Wait for emojis and role links to be added via
/reactionrole add
ποΈ Notes
You can use either plain text, or an embed.
No roles are assigned until you link them with
/reactionrole add
.The panel wonβt post automatically β it becomes active as soon as roles are added.
π Related Commands
/reactionrole add
β Add emoji-role pairs to this panel/reactionrole delete
β Remove the panel entirely/reactionrole remove
β Delete specific emoji-role entries
Last updated