diff options
author | 2021-05-09 16:45:30 -0400 | |
---|---|---|
committer | 2021-05-09 16:45:30 -0400 | |
commit | f8e5ec95028f8a73cf0e9d96356696a047001c41 (patch) | |
tree | a72f6b1941f892af869e43a561926406b70ce070 | |
parent | delete `bin()`s (diff) |
add space at the end of string on line 435
Co-authored-by: ToxicKidz <[email protected]>
-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 03aadd19..1e1c973c 100644 --- a/bot/exts/evergreen/trivia_quiz.py +++ b/bot/exts/evergreen/trivia_quiz.py @@ -432,7 +432,7 @@ class TriviaQuiz(commands.Cog): start_embed.set_footer( text=( - "Points for each question reduces by 25 after 10s or after a hint." + "Points for each question reduces by 25 after 10s or after a hint. " "Total time is 30s per question" ) ) |