1 |
|
|
2 |
<p align="center"> |
<p align="center"> |
3 |
<img src="https://res.cloudinary.com/rakinar2/image/upload/v1659628446/SudoBot-new_cvwphw.png" height="200px" width="200px"> |
<img src="https://res.cloudinary.com/rakinar2/image/upload/v1659628446/SudoBot-new_cvwphw.png" height="200px" width="200px"> |
4 |
</p> |
</p> |
10 |
<img src="https://img.shields.io/github/license/onesoft-sudo/sudobot?label=License" alt="GitHub"> |
<img src="https://img.shields.io/github/license/onesoft-sudo/sudobot?label=License" alt="GitHub"> |
11 |
<img src="https://img.shields.io/github/package-json/v/onesoft-sudo/sudobot?label=Version" alt="GitHub package.json version"> |
<img src="https://img.shields.io/github/package-json/v/onesoft-sudo/sudobot?label=Version" alt="GitHub package.json version"> |
12 |
<img src="https://img.shields.io/github/commit-activity/w/onesoft-sudo/sudobot?label=Commit%20Activity" alt="GitHub commit activity"> |
<img src="https://img.shields.io/github/commit-activity/w/onesoft-sudo/sudobot?label=Commit%20Activity" alt="GitHub commit activity"> |
13 |
<img src="https://img.shields.io/discord/964969362073198652?label=Support+Chat" alt="Discord"> |
<a href="https://discord.gg/892GWhTzgs"><img src="https://img.shields.io/discord/964969362073198652?label=Support+Chat" alt="Discord"></a> |
14 |
</p> |
</p> |
15 |
|
|
16 |
<p align="center"> |
<p align="center"> |
19 |
|
|
20 |
### Features |
### Features |
21 |
|
|
22 |
- Strong automoderation system with tools like anti-spam and anti-raid |
- Strong automoderation system with tools like anti-spam and anti-raid ([Click here](https://onesoft-sudo.github.io/sudobot/automoderation/#what-can-the-bot-do) to see the full list) |
23 |
- Useful moderation tools |
- Useful moderation tools and utilities |
24 |
- Secure |
- Secure |
25 |
- Fun commands |
- Fun commands |
26 |
|
- Active development & support |
27 |
|
|
28 |
### Getting started |
### Getting started |
29 |
|
|
32 |
|
|
33 |
### Setup for Custom Hosting |
### Setup for Custom Hosting |
34 |
|
|
35 |
|
#### Requirements |
36 |
|
* NodeJS version 16 or higher |
37 |
|
* MongoDB version 5.0 or higher |
38 |
|
* A Discord API application token with proper setup |
39 |
|
|
40 |
|
#### Optional Services |
41 |
|
* Cat and dog API Token (for fetching cat and dog images using `cat` and `dog` commands, the tokens can be obtained at [thecatapi.com](https://thecatapi.com) and [thedogapi.com](https://thedogapi.com)) |
42 |
|
* Pixabay API Token (can be obtained [here](https://pixabay.com/api/docs/)) |
43 |
|
* A Discord Webhook URL for sending error reports |
44 |
|
* A JWT Secret for the API services (if you don't have an API secret, you can run `openssl rand -base64 10` to generate a random base64 string and use it as secret) |
45 |
|
|
46 |
First, download the latest release or clone the repo by running: |
First, download the latest release or clone the repo by running: |
47 |
|
|
48 |
``` |
``` |
49 |
git clone https://github.com/onesoft-sudo/sudobot |
git clone https://github.com/onesoft-sudo/sudobot |
50 |
``` |
``` |
51 |
|
|
52 |
Then go inside the project directory, and run the following commands: |
Then go inside the project directory, and run the following command: |
53 |
|
|
54 |
``` |
``` |
|
mkdir config tmp storage logs |
|
|
touch logs/join-leave.log |
|
|
echo "{}" > config/snippets.json |
|
|
cp sample-config.json config/config.json |
|
55 |
npm install -D |
npm install -D |
56 |
``` |
``` |
57 |
|
|
77 |
|
|
78 |
**Note**: `...` means other options that exist in the config, you can edit them to customize the settings, but not required. |
**Note**: `...` means other options that exist in the config, you can edit them to customize the settings, but not required. |
79 |
|
|
80 |
|
Then copy the `.env.example` file to `.env` and open it, edit the information (such as bot token. MongoDB URI, etc) as needed. |
81 |
|
|
82 |
Build the project: |
Build the project: |
83 |
|
|
84 |
``` |
``` |
107 |
That should show the bot information. |
That should show the bot information. |
108 |
Congratulations! You've successfully set up your own instance of SudoBot! |
Congratulations! You've successfully set up your own instance of SudoBot! |
109 |
|
|
110 |
|
### Contributors |
111 |
|
|
112 |
|
Thanks to all the contributors! |
113 |
|
|
114 |
|
* [Ar Rakin](https://github.com/virtual-designer) |
115 |
|
* [killerclaws12](https://github.com/killerclaws12) |
116 |
|
|
117 |
### Support |
### Support |
118 |
|
|
119 |
- **Email**: [email protected] |
- **Email**: [email protected] |
120 |
- **Discord Server**: [Support Server Invite](https://discord.gg/892GWhTzgs) |
- **Discord Servers**: [The Everything Server](https://discord.gg/Km7ZcfXT6P), [Support Server](https://discord.gg/892GWhTzgs) |