Prefix basics

The default prefix is m.. Each guild can change it with /settings prefix:<new-prefix> or m.settings prefix <new-prefix>. Prefixes are 1–5 characters and cannot contain spaces.

CommandBehavior
<prefix>helpPoints to /help and /commands.
<prefix>prefixShows the current server prefix.
<prefix>settings prefix <new-prefix>Administrators only; changes the prefix.
<prefix>warn ..., etc.Prefix equivalents exist for the command surface documented in the command reference.

Message handling

The handler ignores bot messages, direct messages, and messages that do not start with the current guild prefix. Unknown names return an error directing the user to <prefix>help. Disable Message Content Intent and remove the intent from the client if you want slash-only operation.