1 |
# Auto Moderation |
2 |
|
3 |
{% hint style="warning" %} |
4 |
This page is partially outdated, and therefore not everything described in this page may work with the latest versions of the bot. Please give us some time and we'll update these pages. |
5 |
{% endhint %} |
6 |
|
7 |
{% hint style="info" %} |
8 |
However, the Auto Moderation features listed below are available as before. There might be a little configuration changes, though. But that's not a big deal. |
9 |
{% endhint %} |
10 |
|
11 |
SudoBot can also auto moderate 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. |
12 |
|
13 |
#### Command Syntax |
14 |
|
15 |
``` |
16 |
/config <key> [value] |
17 |
``` |
18 |
|
19 |
If only the key is specified, then the value will be shown. Otherwise the new given value will be written to config database. |
20 |
|
21 |
### What automoderation features does the bot have? |
22 |
|
23 |
SudoBot has the following automoderation features: |
24 |
|
25 |
* Spam Filtering (Message Rate-limiting) |
26 |
* Anti Raid systems |
27 |
* Message Filters: `Blocked word/token filter`, `Invite filter`, `Regex Filter`, `File extension/type filter`, `Domain filter`, `Mass mention filter`, `Repeated text filter` and more! |
28 |
* User Tag and Nickname filter |
29 |
* Anti-Join System |
30 |
* Moderation History Tracker |
31 |
* Autorole System |
32 |
|
33 |
{% hint style="warning" %} |
34 |
The verification system was removed since we are rewriting the bot dashboard. We plan to bring it back soon. |
35 |
{% endhint %} |
36 |
|
37 |
We're adding new features frequently, so you may see something new soon! |