1 |
# Introduction to SudoBot's Auto Moderation |
2 |
|
3 |
SudoBot can also automoderate your server(s). You need to configure it according to your needs, which can be done at the dashboard or if you're an advanced user, you can use the `/config` slash command with appropriate options. |
4 |
|
5 |
### Command Syntax |
6 |
|
7 |
``` |
8 |
/config <key> [value] |
9 |
``` |
10 |
|
11 |
If only the key is specified, then the value will be shown. Otherwise the new given value will be written to config database. |
12 |
|
13 |
## What automoderation features does the bot have? |
14 |
|
15 |
SudoBot has the following automoderation features: |
16 |
|
17 |
* Spam Filtering (Message Rate-limiting) |
18 |
* Anti Raid systems |
19 |
* Message Filters: `Blocked word/token filter`, `Invite filter`, `Regex Filter`, `File extension/type filter`, `Domain filter`, `Mass mention filter`, `Repeated text filter` and more! |
20 |
* User Tag and Nickname filter |
21 |
* Anti-Join System |
22 |
* Moderation History Tracker |
23 |
* Autorole System |
24 |
* Verification System |
25 |
|
26 |
We're adding new features frequently, so you may see something new soon! |