diff options
| author | 2019-12-20 13:59:13 +0530 | |
|---|---|---|
| committer | 2019-12-20 13:59:13 +0530 | |
| commit | 0758be812d40dd64f33262ef366fdfb5917bb1fc (patch) | |
| tree | fcabddda5bcb2df69ae9ba9f50fdbcbdcf2a9069 | |
| parent | Update bot/seasons/evergreen/trivia_quiz.py (diff) | |
Update bot/seasons/evergreen/trivia_quiz.py
Co-Authored-By: Mark <[email protected]>
| -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))  |