config command now works fully

This commit is contained in:
BarsTiger
2023-03-11 23:13:55 +02:00
parent b83e649349
commit 66b6da88ad
18 changed files with 297 additions and 63 deletions

View File

@@ -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')
}