diff options
Diffstat (limited to 'bot/seasons')
| -rw-r--r-- | bot/seasons/evergreen/trivia_quiz.py | 2 | 
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)) | 
