Init before registering command

This commit is contained in:
2022-11-11 12:52:54 -06:00
parent 460a3e08d2
commit 5f70ffd69b
5 changed files with 5 additions and 5 deletions

View File

@@ -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):
"""