commands / optional interface
Prefix commands
Slash commands are the primary interface. The optional text interface is active when Message Content Intent is enabled.
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.
| Command | Behavior |
|---|---|
<prefix>help | Points to /help and /commands. |
<prefix>prefix | Shows 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.