forked from c0de/BaseballBot
The game is GameManager now
This commit is contained in:
parent
3dfbb247da
commit
84e4975d27
@ -31,7 +31,7 @@ class GhostBallClient(discord.Client):
|
||||
def __init__(self, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
|
||||
with game.Game() as self.game:
|
||||
with game.GameManager() as self.game:
|
||||
self.game.discord = self
|
||||
|
||||
async def on_ready(self):
|
||||
|
Loading…
Reference in New Issue
Block a user