Bot made for discord programming party bot during Summer 2024.
- Clone the repository
- Do
git clonein the terminal
- Do
- Run Docker.
docker-compose up -dto start the database
- Install all python dependencies
pip install -r requirements.txt
- Create a
.envfile in the root directory based on.env.exampleand set the following valuesDISCORD_TOKEN— your Discord bot tokenMONGO_CONNECTION_STRING— your MongoDB connection string
- Run the bot
python bot.py