Support ticket system with multi-panel functionality
Add a user to your ticket
.add <user>
/add <user>
server_only
Rename your ticket channel
.renameticket <new_name>
/renameticket <new_name>
server_only
Close your ticket
Examples
.close
- closes ticket with no reason attached
.close thanks for helping!
- closes with reason "thanks for helping!"
.close 1h
- closes in 1 hour with no reason attached
.close 1m thanks for helping!
- closes in 1 minute with reason "thanks for helping!"
.close [reason]
/close [reason]
server_only
Base support ticket settings
.tickets
ADMIN
tset
server_only
View/Delete currently configured support ticket panels
.tickets panels
Toggle whether channels are mentioned in the active ticket overview
.tickets overviewmention
(Toggle) Ticket transcripts
Closed tickets will have their transcripts uploaded to the log channel
.tickets transcript
Set the default ticket channel name for a panel
You can include the following in the name
{num}
- Ticket number
{user}
- user's name
{displayname}
- user's display name
{id}
- user's ID
{shortdate}
- mm-dd
{longdate}
- mm-dd-yyyy
{time}
- hh-mm AM/PM according to bot host system time
You can set this to {default} to use default "Ticket-Username
.tickets ticketname <panel_name> <ticket_name>
Suspend the ticket system
If a suspension message is set, any user that tries to open a ticket will receive this message
.tickets suspend [message]
Set the row of a panel's button (0 - 4)
.tickets row <panel_name> <row>
Add a modal field a ticket panel
Ticket panels can have up to 5 fields per modal for the user to fill out before opening a ticket.
If modal fields are added and have required fields,
the user will have to fill them out before they can open a ticket.
There is no toggle for modals, if a panel has them it will use them, if they don't then it just opens the ticket
When the ticket is opened, it sends the modal field responses in an embed below the ticket message
Note
field_name
is just the name of the field stored in config,
it won't be shown in the modal and should not have spaces in it
Specify an existing field name to delete a modal field (non-case-sensitive)
.tickets addmodal <panel_name> <field_name>
Set how many staff members can claim/join a ticket before the join button is disabled (If using threads)
.tickets maxclaims <panel_name> <amount>
Set the button text for a support ticket panel
.tickets buttontext <panel_name> <button_text>
(Toggle) If users can rename their own tickets
.tickets selfrename
Add a support ticket panel
.tickets addpanel <panel_name>
View support ticket settings
.tickets view
Cleanup tickets that no longer exist
.tickets cleanup
Create an embed for ticket panel buttons to be added to
.tickets embed <color> <channel> <title> <description>
Toggle whether a certain panel uses threads or channels
.tickets usethreads <panel_name>
Add/Remove users or roles from the blacklist
Users and roles in the blacklist will not be able to create a ticket
.tickets blacklist <user_or_role>
Set the button color for a support ticket panel
.tickets buttoncolor <panel_name> <button_color>
View/Delete a ticket message for a support ticket panel
.tickets viewmodal <panel_name>
(Toggle) If users can close their own tickets
.tickets selfclose
(Toggle) Interactive transcripts
Transcripts will be an interactive html file to visualize the conversation from your browser.
.tickets interactivetranscript
intertrans, itrans, and itranscript
Add/Remove roles required to open a ticket for a specific panel
Specify the same role to remove it
.tickets openrole <panel_name> <role>
Throw a modal when the close button is clicked to enter a reason
.tickets closemodal <panel_name>
Set the max tickets a user can have open at one time of any kind
.tickets maxtickets <amount>
Refetch the transcript link for a ticket
.tickets getlink <message>
Set the category ID for a ticket panel
.tickets category <panel_name> <category>
Update a message with another message (Target gets updated using the source)
.tickets updatemessage <source> <target>
Set the message ID of a ticket panel
Run this command in the same channel as the ticket panel message
.tickets panelmessage <panel_name> <message>
Set the button emoji for a support ticket panel
.tickets buttonemoji <panel_name> <emoji>
Add a message embed to be sent when a ticket is opened
You can include any of these in the embed to be replaced by their value when the message is sent
{username}
- Person's Discord username
{mention}
- This will mention the user
{id}
- This is the ID of the user that created the ticket
The bot will walk you through a few steps to set up the embed
.tickets addmessage <panel_name>
Auto-close ticket if opener doesn't say anything after X hours of opening
Set to 0 to disable this
If using thread tickets, this translates to the thread's "Hide after inactivity" setting.
Your options are:
.tickets noresponse <hours>
(Toggle) If users can manage their own tickets
Users will be able to add/remove others to their support ticket
.tickets selfmanage
Set an alternate channel that tickets will be opened under for a panel
If the panel uses threads, this needs to be a normal text channel.
If the panel uses channels, this needs to be a category.
If the panel is a channel type and a channel is used, the bot will use the category associated with the channel.
To remove the alt channel, specify the existing one
.tickets altchannel <panel_name> <channel>
Set the logging channel for each panel's tickets
.tickets logchannel <panel_name> <channel>
Set the channel ID where a ticket panel is located
.tickets channel <panel_name> <channel>
Add/Remove ticket support roles (one at a time)
Optional: include true
for mention to have that role mentioned when a ticket is opened
To remove a role, simply run this command with it again to remove it
.tickets supportrole <role> [mention=False]
(Toggle) The bot sending DM's for ticket alerts
.tickets dm
View/Delete a ticket message for a support ticket panel
.tickets viewmessages <panel_name>
Ticket Setup Guide
.tickets setuphelp
Toggle a panel on/off
Disabled panels will still show the button but it will be disabled
.tickets toggle <panel_name>
Set a channel for the live overview message
The overview message shows all active tickets across all configured panels for a server.
.tickets overview [channel]
Set the priority order of a panel's button
.tickets priority <panel_name> <priority>
(Toggle) Auto-add support and panel roles to thread tickets
Adding a user to a thread pings them, so this is off by default
.tickets autoadd
Add/Remove roles for a specific panel
To remove a role, simply run this command with it again to remove it
Optional: include true
for mention to have that role mentioned when a ticket is opened
These roles are a specialized subset of the main support roles.
Use this role type if you want to isolate specific groups to a certain panel.
.tickets panelrole <panel_name> <role> [mention=False]
Set a title for a ticket panel's modal
.tickets modaltitle <panel_name> [title]
(Toggle) Thread tickets being closed & archived instead of deleted
.tickets threadclose
Open a ticket for another user
.openfor <user> <panel_name>
/openfor <user> <panel_name>
MOD