A Discord Bot to play counting games!
Invite 7up to your Discord server using this link!
For type checking and code formatting with format.sh
, install requirements-dev.txt
.
requirements.txt
has the minimal packages required to run the bot.
If you want to implement a new counting game, simply implement all the functions in the
CountingGame
ABC.
Make a .env
file, and make sure docker-compose.yml
points to it.
docker-compose up
should then run the bot.
Make sure you have Python 3.10
. Install all the requirements in requirements.txt
,
then run the bot by running main.py
.