Skip to main content
Every command in this documentation works as a slash command (typing / in Discord). Most of them also work as a plain message - type a prefix followed by the command name, like !ping, and the bot responds the same way it would to /ping. The default prefix is !, and your server can add its own on top of (not instead of) the default. This is useful if your staff are used to prefix-based bots, or if you want a faster way to type common commands without going through Discord’s slash-command autocomplete.

/prefix add

Adds a custom prefix your server can use in addition to the default !.
string
required
The prefix to add (max 10 characters). Can be more than one character, e.g. tix!.

/prefix delete

Removes a prefix from your server’s list. This only removes prefixes you’ve added - the default ! isn’t affected and always keeps working even if your server has no custom prefixes at all.
string
required
The prefix to remove. Autocompletes from your server’s current list.

/prefix list

Shows every prefix currently active on your server. If you haven’t added any custom ones, this just shows the default !.
How many custom prefixes a server can add at once scales with its premium tier. See the FAQ for the exact limit.