Nope that doesn't work

This commit is contained in:
Daniel Odendahl Jr
2017-04-19 12:24:20 +00:00
parent e105b6aa5d
commit e7b7140eb1
-6
View File
@@ -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;
}