diff --git a/bot_commands.py b/bot_commands.py index a7bc7c8..6522dbc 100644 --- a/bot_commands.py +++ b/bot_commands.py @@ -20,6 +20,7 @@ class Command(object): """ self.client = client self.store = store + self.config = config self.command = command self.room = room self.event = event