Hook up self.config in bot_commands.py

This commit is contained in:
Andrew Morgan 2019-10-26 00:40:05 +01:00
parent 8dba6306e3
commit 6231f0ed17

View file

@ -20,6 +20,7 @@ class Command(object):
""" """
self.client = client self.client = client
self.store = store self.store = store
self.config = config
self.command = command self.command = command
self.room = room self.room = room
self.event = event self.event = event