Table of Contents generated with DocToc
On Linux/MacOS:
pip install -r requirements.txt
On Windows:
py -m pip install -r requirements.txt
Copy config.yml.example to config.yml.
Go to Discord Developer Portal and create a new app and save the secret token.
Edit config.py and set token: 'YOUR_TOKEN_HERE'.
On Linux/MacOs:
python main.py
On Windows:
py main.py
Delete and regenerate requirements.txt:
pip freeze > requirements.txt