/rolepanel add-role
Add a role to an existing role panel. This command supports both button-style and select menu panels, with optional emoji and descriptions for customization.
π¬ Usage
/rolepanel add-role <name> <role> <label> [emoji] [description]
<name>
β The name of the role panel to add the role to.<role>
β The Discord role you want users to receive.<label>
β The button or dropdown label that users will see.[emoji]
β (Optional) Emoji to appear alongside the label.[description]
β (Optional) A short description (select menus only).
π±οΈ This command is used after creating a role panel with
/rolepanel create
.
π Example
/rolepanel add-role pronouns @They/Them "They/Them" π "Choose this if you use they/them pronouns."
This will:
Add the
@They/Them
role to thepronouns
panelDisplay the label βThey/Themβ with a π emoji and description
Automatically format it for a select menu if applicable
ποΈ Notes
Descriptions only appear for select menus, not buttons.
You can add multiple roles to the same panel, each with their own label and emoji.
You must publish the panel with
/rolepanel publish
before users can interact with it.
π Related Commands
/rolepanel create
β Make a new button or select role panel/rolepanel publish
β Send the panel into a channel/rolepanel editembed
β Customize the panelβs embed
Last updated