diff --git a/GhostBallBot/discord_client/client.py b/GhostBallBot/discord_client/client.py index cfb3f1b..5d3965d 100644 --- a/GhostBallBot/discord_client/client.py +++ b/GhostBallBot/discord_client/client.py @@ -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()