Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.06 KB

delete_reminder.md

File metadata and controls

22 lines (17 loc) · 1.06 KB

About $deletereminder

This command lets the user delete a reminder for a specified coursename and homework.

Location of Code

The code that implements the above mentioned gits functionality is located here.

Code Description

Functions

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.

How to run it? (Small Example)

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.

$deletereminder CSC510 HW2