mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
Added prefixes dict to settings file
This commit is contained in:
parent
c1a0f5850d
commit
8a0ba12f20
1 changed files with 65 additions and 65 deletions
|
@ -62,7 +62,7 @@ def dump(obj, filename, *, json=False):
|
|||
jsn.dump(obj, outfile, indent=4, sort_keys=True)
|
||||
|
||||
|
||||
settings = setdefault('settings.pkl', {'del_ctx': []})
|
||||
settings = setdefault('settings.pkl', {'del_ctx': [], 'prefixes': {}})
|
||||
tasks = setdefault('cogs/tasks.pkl', {'auto_del': [], 'auto_qual': [], 'auto_rev': []})
|
||||
temp = setdefault('temp.pkl', {})
|
||||
|
||||
|
|
Loading…
Reference in a new issue