๐ 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."
footerโ
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.