aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RohanJnr <[email protected]>2019-10-02 09:40:41 +0530
committerGravatar RohanJnr <[email protected]>2019-10-02 09:40:41 +0530
commit196fda75de5437dbc95091fee81cecfb8e2c0b48 (patch)
tree535941a73eb064ec487f89423584422ebdc2a2b2
parentMerge branch 'trivia_quiz' of https://github.com/RohanJnr/seasonalbot into tr... (diff)
removed commented out code
-rw-r--r--bot/seasons/evergreen/trivia_quiz.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/seasons/evergreen/trivia_quiz.py b/bot/seasons/evergreen/trivia_quiz.py
index c7778c88..4b937035 100644
--- a/bot/seasons/evergreen/trivia_quiz.py
+++ b/bot/seasons/evergreen/trivia_quiz.py
@@ -60,7 +60,6 @@ class TriviaQuiz(commands.Cog):
(we wil be adding more later)
"""
category = category.lower()
- # player_data = {} # a dict to store players and their points.
if ctx.channel.id not in self.game_status:
self.game_status[ctx.channel.id] = False