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)) |
* 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/)) |
* Pixabay API Token (can be obtained [here](https://pixabay.com/api/docs/)) |
43 |
* A Discord Webhook URL for sending error reports |
* A Discord Webhook URL for sending error reports |
44 |
* A JWT Secret for the API services (if you don't have a API secret, you can run `openssl rand -base64 10` to generate a random base64 string and use it as secret) |
* 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 |
|
|
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] |