From 09dbe61dfe7fbc88f1560cc902db931fa985b2f2 Mon Sep 17 00:00:00 2001 From: stijndcl Date: Thu, 6 Oct 2022 10:40:14 +0200 Subject: [PATCH] Fix typo --- didier/data/embeds/schedules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/didier/data/embeds/schedules.py b/didier/data/embeds/schedules.py index ef829cf..caa632f 100644 --- a/didier/data/embeds/schedules.py +++ b/didier/data/embeds/schedules.py @@ -83,7 +83,7 @@ class Schedule(EmbedBaseModel): embed.description = ( "No planned classes found.\n\n" "In case this doesn't seem right, " - "make sure that you've got the roles of all of courses that you're taking on.\n\n" + "make sure that you've got the roles of all the courses that you're taking on.\n\n" "In case it does, enjoy your day off!" )