Categories & Panels
Understanding the Basics
Ticket Panels Configuration
TicketPanels:
Panel1: # This is the panel ID (must be unique)
Name: "Support Panel" # Display name for the panel
Categories: ["TicketCategory1", "TicketCategory3"] # List of category IDs to include
Embed: # Embed appearance settings
Title: "Support Tickets" # Panel title
Description: "> If you need any assistance click on the button corresponding to the type of ticket you wish to open."
Color: "#5e99ff" # Hex color code, leave blank to use bot default
PanelImage: "https://i.imgur.com/wOifew6.png" # Large image in the embed
CustomThumbnailURL: "" # Small image in the corner of the embed
Timestamp: false # Whether to display timestamp
Footer: # Footer settings
Enabled: true
CustomIconURL: "" # Footer icon
text: "" # Footer textAdding Multiple Panels
Ticket Categories Configuration
Adding More Categories
Adding Ticket Questions
Working Hours Placeholders
Advanced Configuration Examples
Example: Support Panel with Multiple Categories
Example: Application Form with Questions
Last updated