Make sync be false by default

This commit is contained in:
Zeva Rose 2022-02-03 21:30:32 -07:00
parent e79e298c11
commit 61e4d4d497

View file

@ -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,