mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 15:58:06 +02:00
Set a default
This commit is contained in:
@@ -14,7 +14,8 @@ module.exports = class BattleCommand extends Command {
|
|||||||
{
|
{
|
||||||
key: 'opponent',
|
key: 'opponent',
|
||||||
prompt: 'Who would you like to battle?',
|
prompt: 'Who would you like to battle?',
|
||||||
type: 'user'
|
type: 'user',
|
||||||
|
default: ''
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user