mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
Added default startup value to temp.pkl
This commit is contained in:
parent
0810c98cc6
commit
3b4d5257fe
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ def dump(obj, filename, *, json=False):
|
||||||
|
|
||||||
settings = setdefault('misc/settings.pkl', {'del_ctx': [], 'prefixes': {}})
|
settings = setdefault('misc/settings.pkl', {'del_ctx': [], 'prefixes': {}})
|
||||||
tasks = setdefault('cogs/tasks.pkl', {'auto_del': [], 'auto_rev': []})
|
tasks = setdefault('cogs/tasks.pkl', {'auto_del': [], 'auto_rev': []})
|
||||||
temp = setdefault('temp/temp.pkl', {})
|
temp = setdefault('temp/temp.pkl', {'startup': ()})
|
||||||
|
|
||||||
RATE_LIMIT = 2.2
|
RATE_LIMIT = 2.2
|
||||||
color = d.Color(0x1A1A1A)
|
color = d.Color(0x1A1A1A)
|
||||||
|
|
Loading…
Reference in a new issue