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 -gIn case you don't have npm installed run the following command to install it:
sudo apt updatesudo apt install nodejs npmNow 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.txtAfter all that you can run the bot with the following command:
pm2 start pm2.json