diff options
author | 2021-05-12 14:24:41 -0300 | |
---|---|---|
committer | 2021-05-12 14:24:41 -0300 | |
commit | 7df1d38400a275fb6c2d079f27ffaedad5bd4453 (patch) | |
tree | 76d7873831dc7d4f7074b8d196b9696af9f15e2c /bot/exts/evergreen/trivia_quiz.py | |
parent | quality-of-life refinery (diff) |
fix 4th copy paste error
Diffstat (limited to 'bot/exts/evergreen/trivia_quiz.py')
-rw-r--r-- | bot/exts/evergreen/trivia_quiz.py | 2 |
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="", ) |