Skip to main content

๐Ÿ“Œ Panel Settings

The panel section in config.json controls the embed that users interact with to open tickets.


Exampleโ€‹

{
"panel": {
"title": "๐ŸŽซ Support Tickets",
"description": "Need help? React with the number that matches your topic and we'll open a private channel for you.",
"footer": "One ticket per issue ยท Do not abuse the ticket system",
"color": "5865F2"
}
}

Field referenceโ€‹

titleโ€‹

The bold heading at the top of the panel embed.

"title": "๐ŸŽซ Support Tickets"

descriptionโ€‹

The main body text. Explain to users how to interact with the panel. Markdown is supported (bold, italics, links).

"description": "React with the matching number to open a private support channel."

Small grey text at the bottom of the embed.

"footer": "Do not abuse the ticket system"

colorโ€‹

A 6-character hex colour (no #) for the panel embed's left sidebar stripe.

"color": "5865F2"

What the panel looks likeโ€‹

The embed automatically lists all configured ticket types as fields:

๐ŸŽซ Support Tickets
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
Need help? React with the number that matches your topic.

1๏ธโƒฃ โ“ General Inquiry
Ask a general question or get help

2๏ธโƒฃ ๐Ÿ’ณ Billing
Payment and subscription questions

3๏ธโƒฃ ๐Ÿ› Bug Report
Report a bug or technical issue
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
Do not abuse the ticket system

The numbered reactions (1๏ธโƒฃ, 2๏ธโƒฃ, 3๏ธโƒฃโ€ฆ) are added automatically.


Posting the panelโ€‹

Once the bot is running, post the panel with:

!ticket panel

See Posting the Panel for full details including updating an existing panel.