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