Clears overdue reminders from the database.
This command was introduced by CSC510-Group-25.
The code that implements the above mentioned functionality is located in cogs/deadline.py.
clearoverdue(self, ctx):
This function takes as arguments the values provided by the constructor through self and context in which the command was called and deletes any
past due reminders from the database
You are in the server that has the Classmate Bot active and online. You go to
the #reminders channel, enter the command $clearoverdue
.
$clearoverdue
Successful execution of this command will remove overdue reminders from the database and give a success message.