From 9802a6756e4516e764580fe4ecba69652fa3e3b2 Mon Sep 17 00:00:00 2001 From: EEKIM10 Date: Wed, 12 Oct 2022 17:31:50 +0100 Subject: [PATCH] change list to only display upcoming --- cogs/assignments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/assignments.py b/cogs/assignments.py index a8f496b..74e93aa 100644 --- a/cogs/assignments.py +++ b/cogs/assignments.py @@ -194,7 +194,7 @@ class AssignmentsCog(commands.Cog): self, ctx: discord.ApplicationContext, limit: int = 20, - upcoming_only: bool = False, + upcoming_only: bool = True, tutor_name: TUTOR_OPTION = None, unfinished_only: bool = False, unsubmitted_only: bool = False