Make sync be false by default
This commit is contained in:
parent
e79e298c11
commit
61e4d4d497
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Config(object):
|
||||||
logo: str,
|
logo: str,
|
||||||
mongo: dict,
|
mongo: dict,
|
||||||
urls: dict,
|
urls: dict,
|
||||||
sync: bool,
|
sync: bool = False,
|
||||||
log_level: str = "WARNING",
|
log_level: str = "WARNING",
|
||||||
cogs: list = None,
|
cogs: list = None,
|
||||||
events: bool = True,
|
events: bool = True,
|
||||||
|
|
Loading…
Add table
Reference in a new issue