Code-Society-Lab / Code-Society-Lab/grace
Reminder Persistence
Open
feature
- Dominant language
- Python
- Stars
- 22
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
### Description
Currently, the Reminder feature does not persist when the bot is restarted. We want to implement persistence so that all reminders remain intact across bot restarts.
### Possible Solution
Grace is using a database. So, storing the reminders in our database and load them on bot startup would be ideal.
Contributor guide
Assessment
This issue has not been assessed yet.