From e7b7140eb11e8686aab933e2d173da763de4738a Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 19 Apr 2017 12:24:20 +0000 Subject: [PATCH] Nope that doesn't work --- commands/search/botinfo.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/commands/search/botinfo.js b/commands/search/botinfo.js index 5bf5bd6c..94bad430 100644 --- a/commands/search/botinfo.js +++ b/commands/search/botinfo.js @@ -18,12 +18,6 @@ module.exports = class BotSearchCommand extends Command { key: 'bot', prompt: 'Which bot do you want to get information for?', type: 'user', - validate: user => { - if (user.bot) { - return true; - } - return 'Please only use a bot account.'; - }, parse: bot => { return bot.id; }