mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 14:21:41 +02:00
Cleaner Looking args
This commit is contained in:
@@ -9,11 +9,13 @@ module.exports = class BotSearchCommand extends Command {
|
||||
group: 'search',
|
||||
memberName: 'botinfo',
|
||||
description: 'Searches Discord Bots for info on a bot.',
|
||||
args: [{
|
||||
key: 'bot',
|
||||
prompt: 'Which bot do you want to get information for?',
|
||||
type: 'user'
|
||||
}]
|
||||
args: [
|
||||
{
|
||||
key: 'bot',
|
||||
prompt: 'Which bot do you want to get information for?',
|
||||
type: 'user'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user