aboutsummaryrefslogtreecommitdiff
path: root/src/commands/config/features.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/config/features.ts')
-rw-r--r--src/commands/config/features.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/commands/config/features.ts b/src/commands/config/features.ts
index 9a5fa5b..7a7c3bb 100644
--- a/src/commands/config/features.ts
+++ b/src/commands/config/features.ts
@@ -14,8 +14,7 @@ export default class FeaturesCommand extends BushCommand {
slash: true,
channel: 'guild',
clientPermissions: ['SEND_MESSAGES', 'EMBED_LINKS'],
- userPermissions: ['SEND_MESSAGES', 'MANAGE_GUILD'],
- ownerOnly: true
+ userPermissions: ['SEND_MESSAGES', 'MANAGE_GUILD']
});
}
public override async exec(message: BushMessage | BushSlashMessage): Promise<unknown> {