The game is GameManager now

This commit is contained in:
c0de 2022-10-25 23:16:33 -05:00
parent 3dfbb247da
commit 84e4975d27

View File

@ -31,7 +31,7 @@ class GhostBallClient(discord.Client):
def __init__(self, *args, **kwargs): def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs) super().__init__(*args, **kwargs)
with game.Game() as self.game: with game.GameManager() as self.game:
self.game.discord = self self.game.discord = self
async def on_ready(self): async def on_ready(self):