diff --git a/commands/games/battle.js b/commands/games/battle.js index 01e47b7b..3558aea6 100644 --- a/commands/games/battle.js +++ b/commands/games/battle.js @@ -14,7 +14,8 @@ module.exports = class BattleCommand extends Command { { key: 'opponent', prompt: 'Who would you like to battle?', - type: 'user' + type: 'user', + default: '' } ] });