From 0ec9344bf5162bfa4af4ae6b322783731b050247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Mon, 8 Jul 2019 22:48:04 +0200 Subject: [PATCH] set it to owner only --- commands/owner/addResponse.js | 6 +++--- commands/owner/removeResponse.js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/commands/owner/addResponse.js b/commands/owner/addResponse.js index 3fe0aa00..8f0a2375 100644 --- a/commands/owner/addResponse.js +++ b/commands/owner/addResponse.js @@ -5,8 +5,8 @@ class addResponseCommand extends Command { constructor() { super('addResponse', { aliases: ['addResponse'], - category: 'admin', - split: 'quoted', + category: 'owner', + ownerOnly: 'true', userPermissions: ['MANAGE_MESSAGES'], args: [ { @@ -33,7 +33,7 @@ class addResponseCommand extends Command { ], channelRestriction: 'guild', description: { - content: 'Create custom autoresponse [Click here to see the complete list of "addResponse"](https://cdn.discordapp.com/attachments/502198809355354133/561043193949585418/unknown.png) (Need "" if the trigger contains spaces)', + content: 'Create custom autoresponse', usage: '[trigger] [response]', examples: ['"do you know da wea" Fuck off dead meme', 'hello Hello [author], how are you today?'] } diff --git a/commands/owner/removeResponse.js b/commands/owner/removeResponse.js index fa5f2e7d..38bce8af 100644 --- a/commands/owner/removeResponse.js +++ b/commands/owner/removeResponse.js @@ -5,8 +5,8 @@ class removeResponseCommand extends Command { constructor() { super('removeResponse', { aliases: ['removeResponse'], - category: 'admin', - split: 'none', + category: 'owner', + ownerOnly: 'true', userPermissions: ['MANAGE_MESSAGES'], args: [ {