MitchellAW / FlandersBOT

A discord bot with commands surrounding The Simpsons, Futurama and Rick and Morty and more!
https://discord.gg/xMmxMYg
MIT License
8 stars 2 forks source link

Store voting subscribers in DB #28

Closed MitchellAW closed 3 years ago

MitchellAW commented 3 years ago

Vote subscribers/reminders are currently only stored in memory and are lost on restart, they should be stored in the DB and cached in memory to keep record of subscribers after restarts.

MitchellAW commented 3 years ago

Added with: 7b027f7855e462b2dff40a5c20d4f3e62568d2ab Subscribers now persists across restarts and cog reloads.