diff --git a/commands/utility/tag.js b/commands/utility/tag.js index 5278e1d..1449a34 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 395d50f..041a893 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',