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

@@ -14,8 +14,8 @@ class NewGameManager(BaseGameManager):
"""Commands that run at the start of a new game"""
def __init__(self):
self.commands.append(("braveball", self.start))
super().__init__()
self.commands.append(("braveball", self.start))
async def start(self):
"""