You can simply deploy to heroku with this Heroku Deploy button
Or follow these steps:
- Login to heroku using
heroku login
- Create a new application
heroku create
- Make sure the procfile exists
- Push the contents to heroku
git push heroku master
- Now move to the heroku dashboard and under settings > config vars; add the BOT_API_KEY
- Also make sure the worker is on
- For debugging purpose you can
heroku run python3 main.py
andheroku logs
- Add menu option to enable and disable deletion of join messages
- Do the same for removal of members
- Make a clear option that will clear all the previous join messages
To contribute, make an issue, fork the repo and make changes to a separate branch and make a PR. Thanks for your contribution