1
0
Fork 0
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:
Myned 2017-12-05 01:49:16 -05:00
parent 0810c98cc6
commit 3b4d5257fe

View file

@ -69,7 +69,7 @@ def dump(obj, filename, *, json=False):
settings = setdefault('misc/settings.pkl', {'del_ctx': [], 'prefixes': {}})
tasks = setdefault('cogs/tasks.pkl', {'auto_del': [], 'auto_rev': []})
temp = setdefault('temp/temp.pkl', {})
temp = setdefault('temp/temp.pkl', {'startup': ()})
RATE_LIMIT = 2.2
color = d.Color(0x1A1A1A)