aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/evergreen/trivia_quiz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/trivia_quiz.py b/bot/exts/evergreen/trivia_quiz.py
index cc1bb0bb..e1a06aa5 100644
--- a/bot/exts/evergreen/trivia_quiz.py
+++ b/bot/exts/evergreen/trivia_quiz.py
@@ -561,7 +561,7 @@ class TriviaQuiz(commands.Cog):
color=Colours.bright_green,
title=(
("You got it! " if answer_is_correct else "")
- + f"The correct answer{word} **`{', '.join(answers)}`**\n"
+ + f"The correct answer{plurality} **`{', '.join(answers)}`**\n"
),
description="",
)