forked from Galactic/galactic-bot
clean up
This commit is contained in:
parent
1ba51cfa0b
commit
bca63dab46
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user