diff options
Diffstat (limited to '')
| -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 c2f891e2..0b242947 100644 --- a/bot/exts/evergreen/trivia_quiz.py +++ b/bot/exts/evergreen/trivia_quiz.py @@ -268,7 +268,7 @@ class TriviaQuiz(commands.Cog):                  await ctx.send(                      embed=self.make_error_embed(                          "You must choose to complete at least one question. " -                        "(or enter nothing for the default value of 7 questions)" +                        f"(or enter nothing for the default value of {DEFAULT_QUESTION_LIMIT + 1} questions)"                      )                  )                  return | 
