mirror of https://github.com/coddrago/Heroku
test
parent
3fb49c698d
commit
76b074be47
|
@ -515,7 +515,7 @@ class HerokuSettingsMod(loader.Module):
|
|||
|
||||
@loader.command()
|
||||
async def remove_core_protection(self, message: Message):
|
||||
if self._db.get(main.__name__, "remove_core_protection", True):
|
||||
if self._db.get(main.__name__, "remove_core_protection", False):
|
||||
await utils.answer(message, self.strings("core_protection_already_removed"))
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in New Issue