aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
Diffstat (limited to 'bot')
-rw-r--r--bot/seasons/evergreen/trivia_quiz.py2
1 files changed, 1 insertions, 1 deletions
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))