diff --git a/commands/utility/tag.js b/commands/utility/tag.js index 07daf4df..5278e1d0 100644 --- a/commands/utility/tag.js +++ b/commands/utility/tag.js @@ -9,6 +9,7 @@ module.exports = class CustomResponseCommand extends Command { group: 'utility', memberName: 'tag', description: `Custom auto response`, + clientPermissions: ['MANAGE_MESSAGES'], args: [ { key: 'trigger', diff --git a/commands/utility/untag.js b/commands/utility/untag.js index aff4a7f7..395d50f0 100644 --- a/commands/utility/untag.js +++ b/commands/utility/untag.js @@ -9,6 +9,7 @@ module.exports = class CustomResponseCommand extends Command { group: 'utility', memberName: 'untag', description: `remove custom autoresponse`, + clientPermissions: ['MANAGE_MESSAGES'], args: [ { key: 'trigger',