christianjokhaji / UHelper

A Discord bot created for a CSC207 group project at the University of Toronto.
4 stars 4 forks source link

Phase 2 Scheduled reminder updates #27

Closed sailoraria closed 3 months ago

sailoraria commented 3 months ago

1 - Make bot send direct message reminders 24 hrs before each event OR 1 hr before the event if its scheduled less than a day in advance (finished) 2 - Unsubscribe users from message reminders if they clear their schedule (finished) 3 - fix persistence to be able to read from a json file (finished) 4 - change the way that date objects are stored in my program so that persistence is easier (finished) 5 - users can cancel singular events and unsubscribe from that event only (finished) 6 - prevents users from scheduling duplicate events (finished)

sailoraria commented 3 months ago

7 - clear events automatically once they passed (finished!!)

sailoraria commented 3 months ago

8* - implement paginator to display user schedule upon command and when choosing which event to clear