Don't need to pass game manager instance

This commit is contained in:
c0de 2022-10-26 23:37:23 -05:00
parent 65bc29cfa1
commit 9a39399936

View File

@ -56,4 +56,4 @@ class GhostBallClient(discord.Client):
for command, function in self.game.commands:
if firstword == command:
self.game.message = message
await function(self.game)
await function()