mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 22:27:28 +00:00
Placeholder auto_rev command
This commit is contained in:
parent
e139ad7106
commit
5b4825954d
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ def dump(obj, filename, *, json=False):
|
||||||
|
|
||||||
|
|
||||||
settings = setdefault('settings.pkl', {'del_ctx': []})
|
settings = setdefault('settings.pkl', {'del_ctx': []})
|
||||||
tasks = setdefault('cogs/tasks.pkl', {'auto_del': [], 'auto_rev': []})
|
tasks = setdefault('cogs/tasks.pkl', {'auto_del': [], 'auto_qual': [], 'auto_rev': []})
|
||||||
temp = setdefault('temp/temp.pkl', {})
|
temp = setdefault('temp/temp.pkl', {})
|
||||||
|
|
||||||
session = aiohttp.ClientSession()
|
session = aiohttp.ClientSession()
|
||||||
|
|
Loading…
Reference in a new issue