From 6231f0ed17c21860ea93af73c7412e7169f78c95 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Sat, 26 Oct 2019 00:40:05 +0100 Subject: [PATCH] Hook up self.config in bot_commands.py --- bot_commands.py | 1 + 1 file changed, 1 insertion(+) 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