mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 14:27:27 +00:00
Shortened u.tasks to not include the cog
This commit is contained in:
parent
1f4de99f49
commit
b284bf837c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ def dump(obj, filename):
|
|||
|
||||
|
||||
settings = setdefault('settings.pkl', {'del_ctx': []})
|
||||
tasks = setdefault('cogs/tasks.pkl', {})
|
||||
tasks = setdefault('cogs/tasks.pkl', {'auto_del': []})
|
||||
|
||||
|
||||
async def clear(obj, interval=10 * 60, replace=None):
|
||||
|
|
Loading…
Reference in a new issue