/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 the pronouns panel

  • Display 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.


Last updated