/rolepanel create
Create a new role panel using either buttons or a select menu. This panel allows users to assign themselves roles by clicking buttons or choosing from a dropdown.
π¬ Usage
/rolepanel create <name> <type (button/select)> [select_mode (multi/single)]<name>β A name to identify the role panel.<type>β Choosebuttonfor clickable buttons orselectfor a dropdown menu.[select_mode]β (Optional)multiorsingle(only applies iftypeisselect).
π οΈ This command only sets up the structure. Use
/rolepanel add-rolenext to add role choices.
π Example
/rolepanel create pronouns select multiThis will:
Create a new role panel named
pronounsUse a multi-select dropdown so users can choose more than one role
Allow further customization using
/rolepanel add-roleand/rolepanel editembed
ποΈ Notes
If you choose
button, each role will get its own clickable button.If you choose
select, the panel appears as a dropdown. Usemultifor multiple role selection, or leave blank (defaults tosingle) for one at a time.This does not send the panel into a channel yet β use
/rolepanel publishfor that.
π Related Commands
/rolepanel add-roleβ Add roles to this panel/rolepanel publishβ Post the panel in a channel/rolepanel editembedβ Customize the panelβs embed
Last updated