From 2eb0167f5fa76a8f5461ad299e8cf232fcce9b92 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 8 Aug 2017 21:06:56 +0000 Subject: [PATCH] Set a default --- commands/games/battle.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: '' } ] });