aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/events/trivianight/_game.py
diff options
context:
space:
mode:
authorGravatar Bluenix <[email protected]>2021-12-19 22:22:44 +0100
committerGravatar Shom770 <[email protected]>2022-02-09 18:13:37 -0500
commit7e8b7335ed02897a85eac97e10f10a0c21658b15 (patch)
treebe779531d8026348b638dba9b729898c10f5aaf4 /bot/exts/events/trivianight/_game.py
parentFix incorrect variable usage in list comprehension (diff)
Fix bugs after testing and add TODO comments
Diffstat (limited to 'bot/exts/events/trivianight/_game.py')
-rw-r--r--bot/exts/events/trivianight/_game.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/events/trivianight/_game.py b/bot/exts/events/trivianight/_game.py
index aac745a7..7f2e48dc 100644
--- a/bot/exts/events/trivianight/_game.py
+++ b/bot/exts/events/trivianight/_game.py
@@ -142,7 +142,6 @@ class TriviaNightGame:
question = self._questions.pop(randrange(len(self._questions)))
self.current_question = question
- self.current_question.start()
return question
def end_question(self) -> None: