Ticket Command
This command allows server administrators to manage support tickets within their guild. Users can create ticket panels that allow members to open support tickets easily.
/ticket panel create
Section titled “/ticket panel create”This command allows users to create a ticket panel in a specified channel. Members can use the panel to create support tickets.
Use the command followed by the channel you want to create the ticket panel in.
| Parameter | Type | Description | Required | Choices |
|---|---|---|---|---|
| channel | Channel | The channel to create the ticket panel in. | Yes | Text Channel |
| channel-name | String | Ticket channel name. Use %%{ticketCount}%% to add the ticket number. | No | N/A |
| category | Channel | The category for the ticket channels to be created in. | No | Category |
/ticket panel create channel:#support category:#tickets channel-name:help-%%{ticketCount}%%- Creates a ticket panel in the #support channel with ticket channels named help-1, help-2, etc. under the #tickets category.
- Users need the “Manage Guild” permission to use this command.
- The bot needs the “Send Messages” permission in the specified channel to create the ticket panel.