1 |
--- |
2 |
title: |
3 |
absolute: Welcome to SudoBot Documentation! |
4 |
short_name: Welcome |
5 |
--- |
6 |
|
7 |
import Callout from "@/components/Alerts/Callout"; |
8 |
import DocsLayout from "@/components/Layouts/DocsLayout"; |
9 |
|
10 |
# Documentation |
11 |
|
12 |
 |
13 |
|
14 |
<Callout type="warning"> |
15 |
This documentation is not complete yet. We're trying to finish writing the |
16 |
docs as soon as possible. If you find something wrong, feel free to create |
17 |
an issue on GitHub. |
18 |
</Callout> |
19 |
|
20 |
## Welcome to SudoBot Documentation! |
21 |
|
22 |
The ultimate solution for Discord Server Moderation. |
23 |
|
24 |
## Invite SudoBot |
25 |
|
26 |
If you wish to invite SudoBot to your own server, you need to first read the [Terms of Service](legal/terms.md), then if you accept the Terms of Service, you can [join the Discord Server](https://sudobot.online/discord) or [send a DM to Rakin on Discord](https://discord.com/users/774553653394538506). |
27 |
|
28 |
## Features |
29 |
|
30 |
- Strong auto moderation tools like Anti-raid systems and spam filters |
31 |
- Various message filters |
32 |
- A lot of manual moderation tools |
33 |
- Secure |
34 |
|
35 |
## Downloads |
36 |
|
37 |
You can download the latest release at [GitHub](https://github.com/onesoft-sudo/sudobot/releases/). Also the emojis used in the bot are available [in the downloads server](https://www.onesoftnet.eu.org/downloads/sudo/emojis/) for free. |
38 |
|
39 |
export default ({ children }) => <DocsLayout>{children}</DocsLayout>; |