Parent Directory
|
Revision Log
chore: add old version archive branches (2.x to 9.x-dev)
1 | rakinar2 | 577 | --- |
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 | Read the [Terms of Service](legal/terms.md) and if you agree with those then you can submit an [Invite Request](https://forms.gle/943kW9q25MpKEwW26). | ||
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>; |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |