diff --git a/GhostBallBot/discord_client/client.py b/GhostBallBot/discord_client/client.py index f045a30..dbbb22a 100644 --- a/GhostBallBot/discord_client/client.py +++ b/GhostBallBot/discord_client/client.py @@ -38,4 +38,4 @@ class GhostBallClient(discord.Client): for command, function in self.game.commands: if firstword == command: self.game.message = message - await function() + await function(self.game)