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.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/config/features.ts b/src/commands/config/features.ts
index 2169177..8010ab9 100644
--- a/src/commands/config/features.ts
+++ b/src/commands/config/features.ts
@@ -17,6 +17,7 @@ export default class FeaturesCommand extends BushCommand {
userPermissions: ['SEND_MESSAGES', 'MANAGE_GUILD']
});
}
+
public override async exec(message: BushMessage | BushSlashMessage): Promise<unknown> {
if (!message.guild) return await message.util.reply(`${util.emojis.error} This command can only be used in servers.`);