pull/150/head
Who? 2025-06-12 07:30:31 +00:00
parent 3fb49c698d
commit 76b074be47
1 changed files with 1 additions and 1 deletions

View File

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