If you'd like to contribute please open Issues and make Pull Requests.
To run this bot yourself:
- Ensure you have installed the requirements in
requirements.txt
, thengit clone
this repository. - Register a bot account and generate a token following Discord's guide - store the token in
.env
asTOKEN = "thisisthetoken"
. - Use the included procfile if deploying on Heroku. Heroku's free plan allows 24/7 uptime for a bot such as this one. Note that Heroku's included PostgreSQL support must be configured separately.