This command lists all overdue reminders/assignments.
This command was introduced by CSC510-Group-25.
The code that implements the above mentioned functionality is located in cogs/dealine.py.
oevrdue(self, ctx):
This function takes as arguments the values provided by the constructor through self and the context in which the command was called and sends a private message to
with all assignments that are past the due date.
You are in the server that has the Classmate Bot active and online. You go to the #reminder channel, enter the command $overdue
$overdue
Successful execution of this command will send a message with all over due reminders.