Voltaic314 / Study_Fam_Discord_Bot

This is just a repository for a discord bot made for our study fam discord server. It has multiple different commands for various purposes.
MIT License
1 stars 1 forks source link

Reminders bug fixes and overhauls #5

Open Voltaic314 opened 7 months ago

Voltaic314 commented 7 months ago

Need to fix reminders so that they just remind people once when it is time for people to be reminded, then be removed from the sqlite db once they've been sent to the user. Unless they are recurring. So we also need to improve the db to add a column for whether or not the user wants it to be recurring. Maybe we need to make a new command or something to start a recurring reminder.

But this gets into issues though because what if the user wants a recurring reminder like say every day at 9 am on monday, but then they want their first reminder to be at a different time, or they want to skip a reminder, or whatever. So how do we manage that??

I mean it could be done but there is just so much to think about. Even just fixing the single bug with it currently is enough for me to go nuts let alone all these other features. But still it needs to be done at some point.