Commands
A list of Ticket Tool's commands
Ticket Tool now also supports Slash Commands!
The default prefix for Ticket Tool is
$
. Pinging Ticket Tool before the command would also work:@Ticket Tool#4843 help
If you've changed the default prefix for Ticket Tool in your server, replace the
$
with the prefix you set.
Commands will have 2 "arguments", which is a piece of information that can be used by the command to execute a special action:
The Required Argument, written in
[]
The Optional Argument, written in
{}
General Commands
$help
$help $help commands $help setup $help faq
Provides some basic documentation and assistance about the bot: its commands, how to set it up, and a list of frequently asked questions.
$debug
$debug
Provides useful troubleshooting information about your server, the channel $debug is used in, and your own permissions on the server. Support team members may ask you to run this command and provide them with the link it generates to get the information they need to assist you.
$permissionlevel
$permissionlevel {User ID} $level {User ID}
Ticket Tool responds with your own permission level on this server, or the permission level of the user whose ID you inputted after the command. This is useful for permission issues regarding accessing your server's dashboard
$ping
$ping
Provides the current latency between your server, the bot, and the Discord API. This might be used while troubleshooting.
$panel
$panel [ID]
$id
$id $id {#channel} $id {@role} $id {@user} $id {:emoji:}
Provides your server ID. You can also get the ID of things like channels, roles, users, and custom emojis by including the channel/role/user mention or the emoji itself after the command.
Ticket Commands
$close
$close
Closes a ticket channel that is in the Opened
state.
$open
$open
Re-opens a ticket channel that is in the Closed
state.
$delete
$delete
Deletes a ticket channel, no matter if it's in the Opened
or Closed
states.
$rename
$rename [Name]
Renames the ticket channel.
$transcript
$transcript {#channel} {X Amount of lines}
$add
$add [@User#1234] $add [User ID] $add [@Role] $add [Role ID]
$remove
$remove [@User#1234] $remove [User ID] $remove [@Role] $remove [Role ID]
Removes a user’s or role's access to the ticket channel if they had access to the ticket when it was created, or if they had been added with the $add
command.
$claim
$claim {@User} $claim {User ID}
$unclaim
$claim {@User} $claim {User ID}
Premium Only Command. This allows a support team member to unclaim the ticket if someone had previously claimed it.
$closeRequest
$closeRequest / $ca
Command Style Tickets
To use these commands, Command Style Tickets must be enabled, and the command must be performed in the monitored channel.
$new
$new $new {Reason} $new {@User#1234} $new {@User#1234 Reason} $new {User ID} $new {User ID Reason}
- Creates a new ticket in the specified channel, with an optional reason, or setting a specific user as the ticket owner (Support team only). - If a reason is included, the variable {reason} can be used in the ticket message.
Last updated