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