/ticketpanel create
Create a new ticket panel configuration that can be posted to a channel for users to open private ticket threads.
π¬ Usage
/ticketpanel create <name>
<name>
β The name of the ticket panel. This name is used to manage and reference the panel later.
β οΈ Ticket panel names must be unique per server. Use something simple like
support
,appeals
, orstaff-help
.
π Example
/ticketpanel create support
This will:
Create a new ticket panel config called
support
Allow you to later customize its behavior, add roles, or publish it to a channel
ποΈ Notes
Creating a panel does not automatically post it β use
/ticketpanel post
when you're ready to send it to a channel.You can further configure the panel with:
/ticketpanel setrole
β Choose who gets pinged on ticket creation/ticketpanel settranscriptchannel
β Where transcripts are saved
π Related Commands
/ticketpanel post
β Post the panel to a channel/ticketpanel setrole
β Set the staff role for this panel/ticketpanel edit
β Customize the panelβs appearance or behavior/ticketpanel list
β View all panels on the server
This command will reply with a UI for configuring tickets. There will be many buttons and select menus so that you have full control over your tickets and ticket panels.
Last updated