CookieCutterBot is a simple to run discord bot.
- Linux or Windows or macOS
- Python 3.6 and up
$ pip install cookiecutter
$ cookiecutter https://github.com/stylite/ccbot
$ cd yourbotname
$ pip install -r reqs.txt
$ python botname.py
$ virtualenv ccbot
$ . ccbot/bin/activate
$ pip install -r reqs.txt
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.