Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit aab1ca9

Browse files
new prefix length requirement
1 parent dea0801 commit aab1ca9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

config/prefix.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
# Configuration Element: Prefix
22

33
### Description
4-
The specific character or group of characters (usually a symbol) used to invoke a bot command.
4+
The specific character or group of characters (usually a symbol) used to invoke commands.
55

66
### Default Value
7-
By default, the prefix is `.` (a dot) which means commands will be used like this: `.command`
7+
By default, the prefix is `.` which means commands will be used like this: `.help`
88

99
?> Pinging the bot (`@Suggester#8366`) will always work as a prefix.
1010

1111
### Usage
1212
Set up the prefix using `.config prefix [new prefix]` or `.prefix [new prefix]`
1313

1414
### Accepted Inputs
15-
Any string between 1 and 20 characters
16-
17-
!> It is strongly recommended to **avoid including "suggest"** or the likes in your prefix, as it can cause confusion when trying to use the bot.
15+
Any string between 1 and 5 characters

0 commit comments

Comments
 (0)