A bot made for specific server needs. Table format is saved in the Tables Folder. Make these tables in your database.
- Upvote/Downvote based Karma system
- Server Economy
- An award system
- Events
- Starboard
- Auto-reactions in meme and suggestion channels
- Copy .env.example to a .env file
- Modify the created .env file and insert the settings needed
- Install all the required python3 modules:
sudo pip3 install -r requirements.txt
- Run the bot:
python3 bot.py
- Copy .env.example to a .env file
- Modify the created .env file and insert the settings needed
- Build the docker container
docker build -t botgobrrr .
- Run the bot:
docker run botgobrrr