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