mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[Core] Hotfix
This commit is contained in:
parent
64ab3ac948
commit
d0fcce809d
@ -23,6 +23,7 @@ class Settings:
|
|||||||
"MOD_ROLE": "Process",
|
"MOD_ROLE": "Process",
|
||||||
"PREFIXES": []}
|
"PREFIXES": []}
|
||||||
}
|
}
|
||||||
|
self._memory_only = False
|
||||||
|
|
||||||
if not dataIO.is_valid_json(self.path):
|
if not dataIO.is_valid_json(self.path):
|
||||||
self.bot_settings = deepcopy(self.default_settings)
|
self.bot_settings = deepcopy(self.default_settings)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user