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.
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.