Imagine a Discord bot with Mini Ticket System, Moderation tools for admins and lots of fun commands for the users. And International Global Chat.
You need to set the environment variables for the bot to work. You can find the tokens and links for the token in .example-env
file, and do change the name of file to .env
.
You also need to have pm2
installed. To install it, run the following command:
npm install pm2@latest -g
In case you don't have npm
installed run the following command to install it:
sudo apt update
sudo apt install nodejs npm
Now you need to install dependencies, to do that run the following command, make sure you have python
version 3.11+
installed:
pip install -r requirements.txt
After all that you can run the bot with the following command:
pm2 start pm2.json