From ef625e30ea7dc877dc3f2069f39d22c8682de03c Mon Sep 17 00:00:00 2001 From: loicbersier Date: Thu, 5 Mar 2020 21:40:16 +0100 Subject: [PATCH] remove "all" --- commands/admin/autoresponse.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/commands/admin/autoresponse.js b/commands/admin/autoresponse.js index f2d2c273..2c6e8b68 100644 --- a/commands/admin/autoresponse.js +++ b/commands/admin/autoresponse.js @@ -13,10 +13,6 @@ class autoresponseCommand extends Command { prompt: { start: 'Do you want to **enable** or **disable** auto response?', } - }, - { - id: 'all', - type: 'string' } ], clientPermissions: ['SEND_MESSAGES'], @@ -24,8 +20,8 @@ class autoresponseCommand extends Command { channelRestriction: 'guild', description: { content: 'enable/disable autoresponse', - usage: '[enable/disable] (optional) [all]', - examples: ['enable all'] + usage: '[enable/disable]', + examples: ['enable'] } }); }