aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-12-17 08:51:59 -0800
committerGravatar MarkKoz <[email protected]>2019-12-17 08:51:59 -0800
commit145eda56bedb105428822264e10305c1bc0c2114 (patch)
treebcfaf28a67df38d7d8810d14bb728a070d2e7437 /bot
parentTrivia: fix concatenation of winner mentions (diff)
Trivia: fix spelling error in category embed footer
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 345f1abd..49e75b79 100644
--- a/bot/seasons/evergreen/trivia_quiz.py
+++ b/bot/seasons/evergreen/trivia_quiz.py
@@ -270,7 +270,7 @@ class TriviaQuiz(commands.Cog):
"""Build an embed showing all available trivia categories."""
embed = discord.Embed(colour=discord.Colour.blue())
embed.title = "The available question categories are:"
- embed.set_footer(text="If not category is chosen, then a random one will be selected.")
+ embed.set_footer(text="If a category is not chosen, a random one will be selected.")
embed.description = ""
for cat, description in self.categories.items():