Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.08 KB

overdue.md

File metadata and controls

27 lines (19 loc) · 1.08 KB

About $overdue (New Project 3 Command)

This command lists all overdue reminders/assignments.

Changes

This command was introduced by CSC510-Group-25.

Location of Code

The code that implements the above mentioned functionality is located in cogs/dealine.py.

Code Description

Functions

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.

How to run it? (Small Example)

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.

Screen Shot 2021-12-04 at 10 02 21 AM