1
0
Fork 0
mirror of synced 2024-05-20 20:42:27 +12:00

Remove erroneous comment

This commit is contained in:
Phxntxm 2017-05-04 17:33:01 -05:00
parent bfb744bb29
commit 6dcaf2ef99

View file

@ -83,7 +83,6 @@ class Interaction:
def __init__(self, bot):
self.bot = bot
# Format for battles: {'serverid': {'player1': 'player2', 'player1': 'player2'}}
self.battles = {}
def get_battle(self, player):