Set a default

This commit is contained in:
Daniel Odendahl Jr
2017-08-08 21:06:56 +00:00
parent 8785176d57
commit 2eb0167f5f
+2 -1
View File
@@ -14,7 +14,8 @@ module.exports = class BattleCommand extends Command {
{
key: 'opponent',
prompt: 'Who would you like to battle?',
type: 'user'
type: 'user',
default: ''
}
]
});