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 | Description | Type | Required | Choices | Example |
|---|---|---|---|---|---|
channel | The channel to create the ticket panel in. | Channel | Required | Text Channel | None |
channel-name | Ticket channel name. Use %%{ticketCount}%% to add the ticket number. | String | Optional | None | None |
category | The category for the ticket channels to be created in. | Channel | Optional | Category | None |
/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.