A Discord Bot which can be configured to send reminders in an interval.
set up a simple reminder message in that chat
Example: ?configure 'Remember to use /bump to keep your active developer badge' seconds=10,minutes=5,days=58
keep developer badge active for 60 days
- clone the repository
- open cloned repository in terminal
pip install discord
python main.py
- paste you bot secret in the terminal
- fork the repository
- create a heroku app and connect it to the fork
- enable one basic worker dyno
- add a config var "NOTI_BOT_SECRET" with your bot secret
- deploy your application