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,
|
||||
mongo: dict,
|
||||
urls: dict,
|
||||
sync: bool,
|
||||
sync: bool = False,
|
||||
log_level: str = "WARNING",
|
||||
cogs: list = None,
|
||||
events: bool = True,
|
||||
|
|
Loading…
Add table
Reference in a new issue