From 76b074be47592a59058eae94191a6408fbaa1536 Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Thu, 12 Jun 2025 07:30:31 +0000 Subject: [PATCH] test --- heroku/modules/heroku_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heroku/modules/heroku_settings.py b/heroku/modules/heroku_settings.py index 4e43f47..0024040 100644 --- a/heroku/modules/heroku_settings.py +++ b/heroku/modules/heroku_settings.py @@ -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