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 => {