From 7255e76206c933a53f0aab13d1fe219fe82a7e2e Mon Sep 17 00:00:00 2001 From: Isaac Date: Tue, 18 May 2021 23:02:51 +0100 Subject: [PATCH] Make tags staff-only --- src/commands/tag.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/commands/tag.js b/src/commands/tag.js index 88a51fa..4dab196 100644 --- a/src/commands/tag.js +++ b/src/commands/tag.js @@ -24,7 +24,8 @@ module.exports = class TagCommand extends Command { example: i18n('commands.tag.args.tag.example'), required: false, } - ] + ], + staff_only: true }); } @@ -61,7 +62,7 @@ module.exports = class TagCommand extends Command { .setFooter(settings.footer, message.guild.iconURL()) ); } - + let expected = placeholders .filter(p => p.startsWith(':')) .map(p => {