aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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