diff options
author | 2021-05-11 10:57:36 -0300 | |
---|---|---|
committer | 2021-05-11 10:57:36 -0300 | |
commit | d2754ce38232955e17322264e78ca90b0a3d7cb7 (patch) | |
tree | 0f8684edbcc4c51e59ee4e3c79241c709587b569 | |
parent | add one more correct answer to science (q328) (diff) |
made comment more precise as described by decorator-factory
-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 94dc9f06..94d9e374 100644 --- a/bot/exts/evergreen/trivia_quiz.py +++ b/bot/exts/evergreen/trivia_quiz.py @@ -381,7 +381,7 @@ class TriviaQuiz(commands.Cog): ) await asyncio.sleep(1) - hint_no = 0 # init hint_no = 0 so that 2 hints/time alerts can be sent for the new question. + hint_no = 0 # Reset the hint counter so that on the next round, it's in the initial state await self.send_score(ctx.channel, self.game_player_scores[ctx.channel.id]) await asyncio.sleep(2) |