Commands
BetterTicket uses slash commands. The main command is /ticket.
Slash commands
| Command | Description |
|---|---|
/ticket panel send | Post a panel to a channel. Requires panel_id and channel. |
/ticket panel list | List available panels for the server. |
/receipt new | Create a new receipt (if receipts are enabled). |
/receipt config | Configure receipt settings (admin). |
$close | Close the current ticket (legacy prefix, if configured). |
$claim | Claim the ticket (if claiming is enabled). |
$unclaim | Unclaim the ticket. |
Panel send
Post a ticket panel to a channel:
/ticket panel send panel_id:<panel-id> channel:#support
Replace <panel-id> with your panel's ID from the dashboard. The bot will post the embed and create-ticket button.
Command prefix
You can set a custom command prefix (e.g. $) in Server Configs. Slash commands always work regardless of prefix.
BETTERTICKET