change list to only display upcoming

This commit is contained in:
EEKIM10 2022-10-12 17:31:50 +01:00
parent 3ab249a311
commit 9802a6756e

View file

@ -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