diff --git a/commands/search/botinfo.js b/commands/search/botinfo.js index c26a9014..ecf6a781 100644 --- a/commands/search/botinfo.js +++ b/commands/search/botinfo.js @@ -18,13 +18,7 @@ module.exports = class BotSearchCommand extends commando.Command { args: [{ key: 'bot', prompt: 'Which bot do you want to get information for?', - type: 'user', - validate: user => { - if (user.bot) { - return true; - } - return 'Please mention a bot account, not a user account.'; - } + type: 'user' }] }); }