Ticket
Command category for the support ticket system in Kythia.
/ticket
🎟️ Manage the support ticket system — create panels, handle types, and control access.
Details
- User Permissions:
ManageGuild
Usage
/ticket add <user>
/ticket close
/ticket panel create
/ticket panel delete <panel_id>
/ticket panel reload <message_id>
/ticket remove <user>
/ticket transcript
/ticket type create
/ticket type delete <type_id>
Subcommands
/ticket close — Close the ticket and delete the ticket channel.
/ticket transcript — Get a transcript of the current ticket.
/ticket panel create — Create a new ticket panel (interactive setup).
/ticket type create — Create a new ticket type (interactive setup).
/ticket add <user> — Add a user to the ticket channel.
| Option | Type | Required | Description |
|---|---|---|---|
user |
User | ✅ | The user to add |
/ticket remove <user> — Remove a user from the ticket channel.
| Option | Type | Required | Description |
|---|---|---|---|
user |
User | ✅ | The user to remove |
/ticket panel delete <panel_id> — Delete a ticket panel and all its types.
| Option | Type | Required | Description |
|---|---|---|---|
panel_id |
Text | ✅ | Select the panel to delete |
/ticket panel reload <message_id> — Refresh a ticket panel (updates buttons and menus).
| Option | Type | Required | Description |
|---|---|---|---|
message_id |
Text | ✅ | Select the panel message to refresh |
/ticket type delete <type_id> — Delete an existing ticket type.
| Option | Type | Required | Description |
|---|---|---|---|
type_id |
Text | ✅ | Select the ticket type to delete |