No Prefix
Strom supports both slash commands and prefix commands.
- Slash commands look like
/helpor/music play. - Prefix commands look like
!helpor!music play. - The default prefix is
!.
You can change the prefix from the dashboard or directly in Discord.
Change the prefix
Use either of these:
- Slash:
/prefix set <symbol> - Prefix:
!prefix set <symbol>
The prefix command can be used by members with Administrator, Manage Server, or Moderate Members permission.
Allowed prefix symbols
Only these single-character symbols are allowed:
! @ # $ % ^ & * ( ) - _ + = . , ? / \ | ~ \ : ; < >`
Examples:
/prefix set ?/prefix set $!prefix set #
No Prefix mode
When No Prefix is disabled:
- Strom only responds to prefixed commands such as
!help.
When No Prefix is enabled:
- Strom responds to plain commands such as
help. - Strom also still accepts prefixed commands such as
!help.
You can manage No Prefix from the dashboard settings for your server.
Notes
- Prefixes must be exactly one allowed symbol.
- Changing the prefix affects all prefix-style commands in that server.
- Slash commands are not affected by prefix changes.
