diff options
author | 2019-10-02 09:40:41 +0530 | |
---|---|---|
committer | 2019-10-02 09:40:41 +0530 | |
commit | 196fda75de5437dbc95091fee81cecfb8e2c0b48 (patch) | |
tree | 535941a73eb064ec487f89423584422ebdc2a2b2 | |
parent | Merge branch 'trivia_quiz' of https://github.com/RohanJnr/seasonalbot into tr... (diff) |
removed commented out code
-rw-r--r-- | bot/seasons/evergreen/trivia_quiz.py | 1 |
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 |