mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +02:00
Nope that doesn't work
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user