christianjokhaji / UHelper

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

Academic reminders #8

Closed sailoraria closed 4 months ago

sailoraria commented 4 months ago

Created Assignment and Exam entities to store scheduled academic events. Created an EventDate entity which is used to store the date of the events. Created a Schedule entity which was not implemented.

Updated the readme to add my academic reminders use case.

Changed the Main class back after testing my entities to match what is in the main branch.

Also had to manually add back some deleted files so hopefully it works well!