From d3cccd2eb01418d4bd16eea5c27e71d2aa7f4bf5 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Fri, 7 Dec 2018 19:49:53 +0100 Subject: [PATCH] require manage message permissions --- commands/utility/tag.js | 1 + commands/utility/untag.js | 1 + 2 files changed, 2 insertions(+) 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',