1 |
rakinar2 |
575 |
--- |
2 |
|
|
title: Welcome to SudoBot Documentation! |
3 |
|
|
short_name: Welcome |
4 |
|
|
--- |
5 |
|
|
|
6 |
|
|
import DocsLayout from "@/components/Layouts/DocsLayout"; |
7 |
|
|
import Callout from "@/components/Alerts/Callout"; |
8 |
|
|
|
9 |
|
|
# Documentation |
10 |
|
|
|
11 |
|
|
 |
12 |
|
|
|
13 |
|
|
<Callout type="warning"> |
14 |
|
|
This documentation is not complete yet. We're trying to finish writing the |
15 |
|
|
docs as soon as possible. If you find something wrong, feel free to create |
16 |
|
|
an issue on GitHub. |
17 |
|
|
</Callout> |
18 |
|
|
|
19 |
|
|
## Welcome to SudoBot Documentation! |
20 |
|
|
|
21 |
|
|
The ultimate solution for Discord Server Moderation. |
22 |
|
|
|
23 |
|
|
## Invite SudoBot |
24 |
|
|
|
25 |
|
|
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://discord.gg/892GWhTzgs) or [send a DM to Rakin on Discord](https://discord.com/users/774553653394538506). |
26 |
|
|
|
27 |
|
|
## Features |
28 |
|
|
|
29 |
|
|
- Strong auto moderation tools like Anti-raid systems and spam filters |
30 |
|
|
- Various message filters |
31 |
|
|
- A lot of manual moderation tools |
32 |
|
|
- Secure |
33 |
|
|
|
34 |
|
|
## Downloads |
35 |
|
|
|
36 |
|
|
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. |
37 |
|
|
|
38 |
|
|
export default ({ children }) => <DocsLayout>{children}</DocsLayout>; |