Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 990 Bytes

due_this_week.md

File metadata and controls

21 lines (16 loc) · 990 Bytes

About $duethisweek

This command lets the user display all the homeworks that are due this week for all the courses.

Location of Code

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

Code Description

Functions

duethisweek(self, ctx):
This function takes as arguments the values provided by the constructor through self and the context in which the command was called.

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 '$duethisweek' with no other parameters:

$duethisweek

Successful execution of this command will display all the homeworks that are due this week with time delta.

Screen Shot 2021-12-04 at 10 19 24 AM