mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 14:04:38 +02:00
Cleaner Looking args
This commit is contained in:
@@ -8,11 +8,13 @@ module.exports = class MagicBallCommand extends Command {
|
||||
group: 'response',
|
||||
memberName: '8ball',
|
||||
description: 'Predicts your future.',
|
||||
args: [{
|
||||
key: 'question',
|
||||
prompt: 'What do you want to ask the 8 ball?',
|
||||
type: 'string'
|
||||
}]
|
||||
args: [
|
||||
{
|
||||
key: 'question',
|
||||
prompt: 'What do you want to ask the 8 ball?',
|
||||
type: 'string'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user