config command now works fully
This commit is contained in:
@@ -12,5 +12,6 @@ db = {
|
||||
'exceptions': DBDict(DB, autocommit=True, tablename='exceptions'),
|
||||
'queue': DBDict(DB, autocommit=True, tablename='queue'),
|
||||
'generated': DBDict(DB, autocommit=True, tablename='generated'),
|
||||
'actions': DBDict(DB, autocommit=True, tablename='actions'),
|
||||
'prompts': DBDict(DB, autocommit=True, tablename='prompts')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user