diff options
Diffstat (limited to 'bot')
| -rw-r--r-- | bot/seasons/evergreen/trivia_quiz.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/seasons/evergreen/trivia_quiz.py b/bot/seasons/evergreen/trivia_quiz.py index 38bd3f72..70e28e4b 100644 --- a/bot/seasons/evergreen/trivia_quiz.py +++ b/bot/seasons/evergreen/trivia_quiz.py @@ -138,7 +138,7 @@ class TriviaQuiz(commands.Cog):                          hints = question_dict["hints"]                          await ctx.send(f"**Hint #{hint_no+1}\n**{hints[hint_no]}")                      else: -                        await ctx.send(f"{30-hint_no*10}s left!") +                        await ctx.send(f"{30 - hint_no * 10}s left!")                  # Once hint or time alerts has been sent 2 times, the hint_no value will be 3                  # If hint_no > 2, then it means that all hints/time alerts have been sent. | 
