From bca63dab46a905224b7e7046fc86c8d44b4313c4 Mon Sep 17 00:00:00 2001 From: Navy Date: Thu, 13 Aug 2020 23:47:00 +0300 Subject: [PATCH] clean up --- .../client/components/settings/moderation/Protection.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/structure/client/components/settings/moderation/Protection.js b/structure/client/components/settings/moderation/Protection.js index 15725c4..6e86d73 100644 --- a/structure/client/components/settings/moderation/Protection.js +++ b/structure/client/components/settings/moderation/Protection.js @@ -21,7 +21,6 @@ class ProtectionSetting extends Setting { default: { protection: { type: 'position', - enabled: false, roles: [] } }, @@ -102,10 +101,6 @@ class ProtectionSetting extends Setting { const roles = setting?.roles ? await Promise.all(setting.roles.map(async (role) => guild.resolveRole(role))) : undefined; return [ { - name: '》Enabled', - value: setting.enabled, - inline: true - }, { name: '》Type', value: setting.type, inline: true