forked from c0de/BaseballBot
Don't need to pass game manager instance
This commit is contained in:
parent
65bc29cfa1
commit
9a39399936
@ -56,4 +56,4 @@ class GhostBallClient(discord.Client):
|
|||||||
for command, function in self.game.commands:
|
for command, function in self.game.commands:
|
||||||
if firstword == command:
|
if firstword == command:
|
||||||
self.game.message = message
|
self.game.message = message
|
||||||
await function(self.game)
|
await function()
|
||||||
|
Loading…
Reference in New Issue
Block a user