Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 656 Bytes

File metadata and controls

24 lines (16 loc) · 656 Bytes

TypoBot

Discord bot for the TypoJam Discord server.

Quick Start

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.TypoJam

Contributing

Contributing 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