From 0758be812d40dd64f33262ef366fdfb5917bb1fc Mon Sep 17 00:00:00 2001 From: Rohan_Iceman Date: Fri, 20 Dec 2019 13:59:13 +0530 Subject: Update bot/seasons/evergreen/trivia_quiz.py Co-Authored-By: Mark --- bot/seasons/evergreen/trivia_quiz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/seasons/evergreen/trivia_quiz.py b/bot/seasons/evergreen/trivia_quiz.py index 67c202f0..99b64497 100644 --- a/bot/seasons/evergreen/trivia_quiz.py +++ b/bot/seasons/evergreen/trivia_quiz.py @@ -66,7 +66,7 @@ class TriviaQuiz(commands.Cog): f"do `{self.bot.command_prefix}quiz stop`" ) - # Send embed showing available categori es if inputted category is invalid. + # Send embed showing available categories if inputted category is invalid. if category is None: category = random.choice(list(self.categories)) -- cgit v1.2.3