From b9e626e6ea9749510e593d2885ff5bc0776d8737 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Fri, 7 Dec 2018 19:58:26 +0100 Subject: [PATCH] updated --- commands/utility/tag.js | 2 +- commands/utility/untag.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',