Ticket Commands
Overview
Section titled “Overview”The ticket system allows users to create private support channels with staff. Tickets include transcripts, priority levels, and staff assignment.
Before using tickets, configure the system:
/settings ticket category <category> # Where ticket channels are created/settings ticket supportrole <role> # Role that can see all tickets/settings ticket logchannel <channel> # Where ticket logs are posted/settings ticket maxperuser <limit> # Max open tickets per user (1-10)User Commands
Section titled “User Commands”Create a Ticket
Section titled “Create a Ticket”/ticket create [category] [priority]| Option | Description |
|---|---|
category | Ticket category (General, Technical, Billing, etc.) |
priority | Priority level (low, normal, high, urgent) |
A private channel is created that only you and support staff can see.
Close a Ticket
Section titled “Close a Ticket”/ticket close [reason]Closes the ticket and generates a transcript. The channel is deleted after a short delay.
View Ticket Info
Section titled “View Ticket Info”/ticket infoShows ticket details including creation time, category, priority, and participants.
Staff Commands
Section titled “Staff Commands”These commands require the Manage Messages permission.
Add/Remove Users
Section titled “Add/Remove Users”/ticket add <user> # Add a user to the ticket/ticket remove <user> # Remove a user from the ticketAssign Staff
Section titled “Assign Staff”/ticket assign <staff>Assigns a staff member as the primary handler for the ticket.
Set Priority
Section titled “Set Priority”/ticket priority <level>| Level | Description |
|---|---|
low | Non-urgent issues |
normal | Standard requests |
high | Important issues |
urgent | Critical problems |
List Tickets
Section titled “List Tickets”/ticket list [status]List all tickets. Filter by open or closed status.
Ticket Features
Section titled “Ticket Features”Transcripts
Section titled “Transcripts”When a ticket is closed, a transcript is automatically saved containing:
- All messages in the ticket
- Timestamps
- User information
- Attachments (links)
Transcripts are posted to the configured log channel.
Priority Levels
Section titled “Priority Levels”Priority affects how tickets are displayed and can help staff prioritize responses:
- Urgent - Immediate attention needed
- High - Important, respond soon
- Normal - Standard priority
- Low - When you have time
Categories
Section titled “Categories”Categories help organize tickets by type:
- General
- Technical
- Billing
- Feedback
- Report
- Other