/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>
β Choosebutton
for clickable buttons orselect
for a dropdown menu.[select_mode]
β (Optional)multi
orsingle
(only applies iftype
isselect
).
π οΈ This command only sets up the structure. Use
/rolepanel add-role
next to add role choices.
π Example
/rolepanel create pronouns select multi
This will:
Create a new role panel named
pronouns
Use a multi-select dropdown so users can choose more than one role
Allow further customization using
/rolepanel add-role
and/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. Usemulti
for 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 publish
for 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