/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, or staff-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



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