PandoryxPandoryx Docs

/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> – Choose button for clickable buttons or select for a dropdown menu.
  • [select_mode] – (Optional) multi or single (only applies if type is select).

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. Use multi for multiple role selection, or leave blank (defaults to single) 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

← Previous
Next β†’