[Core] Hotfix

This commit is contained in:
Twentysix 2016-12-12 14:54:47 +01:00
parent 64ab3ac948
commit d0fcce809d

View File

@ -23,6 +23,7 @@ class Settings:
"MOD_ROLE": "Process",
"PREFIXES": []}
}
self._memory_only = False
if not dataIO.is_valid_json(self.path):
self.bot_settings = deepcopy(self.default_settings)