Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 838 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 838 Bytes

7up

A Discord Bot to play counting games!

Invite Link

Invite 7up to your Discord server using this link!

Contributing

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.

Running the Bot

Using docker-compose

Make a .env file, and make sure docker-compose.yml points to it.
docker-compose up should then run the bot.

With Python

Make sure you have Python 3.10. Install all the requirements in requirements.txt, then run the bot by running main.py.