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; }