mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 14:27:27 +00:00
Added auto-hearting to tasks file (requires deleting tasks.pkl
This commit is contained in:
parent
4c58a9e1a7
commit
516902a206
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ def dump(obj, filename, *, json=False):
|
|||
|
||||
|
||||
settings = setdefault('misc/settings.pkl', {'del_ctx': [], 'prefixes': {}})
|
||||
tasks = setdefault('cogs/tasks.pkl', {'auto_del': [], 'auto_rev': [], 'periodic_gpm': []})
|
||||
tasks = setdefault('cogs/tasks.pkl', {'auto_del': [], 'auto_hrt': [], 'auto_rev': [], 'periodic_gpm': []})
|
||||
temp = setdefault('temp/temp.pkl', {'startup': ()})
|
||||
secrets = setdefault('secrets.json', {'client_secrets': {'client_id': '', 'client_secret': ''}}, json=True)
|
||||
|
||||
|
|
Loading…
Reference in a new issue