Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 997 Bytes

due_today.md

File metadata and controls

21 lines (16 loc) · 997 Bytes

About $duetoday (Project 3 Update)

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

Location of Code

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

Code Description

Functions

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

$duetoday

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

Screen Shot 2021-12-04 at 10 03 39 AM