Hook up self.config in bot_commands.py
This commit is contained in:
parent
8dba6306e3
commit
6231f0ed17
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue