This command lets the user delete a reminder for a specified coursename and homework.
The code that implements the above mentioned gits functionality is located here.
deleteReminder(self, ctx, courseName: str, hwName: str):
This function takes as arguments the values provided by the constructor through self and the context in which the command was called. It also takes homework name as input.
Let's say that you are in the server that has the Classmate Bot active and online. All you have to do is enter the command '$deletereminder' with space seperated coursename and homeworkname as a parameter:
$deletereminder coursename homeworkname
$deletereminder CSC510 HW2
Successful execution of this command will delete the reminder for a specified coursework and homework.