-
Notifications
You must be signed in to change notification settings - Fork 0
Store data better #19
Copy link
Copy link
Open
Labels
Description
Currently, most of the data that we keep track of (for example, reminders, todos, PRs) all get forgotten when the bot resets. I think the "proper" solution is to use a production database, but local json files (such as schmits.json) might work well too. Just writing these variables to json and reading them would mean that a crash doesn't lead to complete data loss.
Reactions are currently unavailable