/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 addto assign emojis and roles.
π Example
/reactionrole create colors "Choose your color below!" "Pick a Color" "React with an emoji to get your favorite color!" #3498dbThis will:
Create a panel named
colorsDisplay 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