forked from c0de/BaseballBot
Init before registering command
This commit is contained in:
@@ -12,8 +12,8 @@ class PointsManager(BaseGameManager):
|
||||
"""Commands that run when a player makes a guess"""
|
||||
|
||||
def __init__(self):
|
||||
self.commands.append(("points", self.points))
|
||||
super().__init__()
|
||||
self.commands.append(("points", self.points))
|
||||
|
||||
async def points(self):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user