This is a discord bot which you (or your friends) can set reminders. You can specify a reason why you set the reminder and the time you wanted to reminded at (via seconds, hours, weeks, etc.) After the reminder time has been reached, you will recieve a DM with the reminder, as can be seen in the screenshots.
Reminders cannot be removed once they have been set as of now.
Install the required python packages:
pip install discord.py aiofilesMake sure to add your bot token to the main.py file. You can get one via the Discord Developer Platform website.
Then to run the bot just do:
python3 main.pyTo use the bot just run one the following:
r.remind TIME REASON
/remind TIME REASON
The time uses a w (weeks), d (days), h (hours), m (minutes), s (seconds) format.
And yes, you can combine them if you want to.
If there are any bugs, please open a bug report using the issues tab on github.
Please make sure to include useful information such as:
- Device you are using
- Python version (can be retrived via
python3 --version) - Any logs
As stated above, this was just a project I made because I was bored. This may get updates if people actually use it, otherwise, this is the condition it will stay in unless I get bored again.