Configuration

Custom command prefix

Change the legacy text-command prefix.

Auditer's primary surface is slash commands, but legacy prefix commands still work for compatibility. The default prefix is `,` (comma).

Changing the prefix#

discord
/prefix new-prefix:!

Example: setting prefix to `!` lets you run commands like `!ban @user` instead of `,ban @user`. Slash commands are unaffected.

Recommendation

Stick with slash commands. They have autocomplete, parameter validation, and don't collide with other bots' prefixes.