From 18e6bac490ba612f9ab0eea71c27bc14a6455943 Mon Sep 17 00:00:00 2001 From: danielbodendahl Date: Mon, 2 Oct 2017 14:56:28 -0400 Subject: [PATCH] Beep --- commands/random-res/kiss-marry-kill.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/random-res/kiss-marry-kill.js b/commands/random-res/kiss-marry-kill.js index 8f4d18ba..f3edcae6 100644 --- a/commands/random-res/kiss-marry-kill.js +++ b/commands/random-res/kiss-marry-kill.js @@ -14,7 +14,8 @@ module.exports = class KissMarryKillCommand extends Command { key: 'thing1', prompt: 'Who is the first person you choose?', type: 'string' - }, { + }, + { key: 'thing2', prompt: 'Who is the second person you choose?', type: 'string'