Discord bot for the TypoJam Discord server.
Not sure if this works on your machine, just made it work for hosting and development.
$ . scripts/venv.sh
$ micro bot/config.py # Set up config to your heart's desire
$ python3 -m bot.TypoJamContributing is always appreciated! Feel free to create a pull request.
Before you do, make sure you checked your code with mypy (Included in requirements.txt).
If you're on Linux (or any other environment that has bash) you can create a symlink so it checks your code before you commit:
$ ln -s $PWD/scripts/pre-commit.sh .git/hooks/pre-commit