From a869735793c8d9ac2e340b774a501a17fccf77da Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 2 Nov 2017 22:56:52 +0000 Subject: [PATCH] Fixes --- commands/random-res/charlie-charlie-challenge.js | 2 +- commands/random-res/kiss-marry-kill.js | 3 +++ commands/random-res/ship.js | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/commands/random-res/charlie-charlie-challenge.js b/commands/random-res/charlie-charlie-challenge.js index 6e321138..26229344 100644 --- a/commands/random-res/charlie-charlie-challenge.js +++ b/commands/random-res/charlie-charlie-challenge.js @@ -15,7 +15,7 @@ module.exports = class CharlieCharlieChallengeCommand extends Command { key: 'question', prompt: 'What do you want to ask Charlie?', type: 'string', - max: 1950 + max: 1900 } ] }); diff --git a/commands/random-res/kiss-marry-kill.js b/commands/random-res/kiss-marry-kill.js index ed8a33d0..5ccd0549 100644 --- a/commands/random-res/kiss-marry-kill.js +++ b/commands/random-res/kiss-marry-kill.js @@ -12,18 +12,21 @@ module.exports = class KissMarryKillCommand extends Command { args: [ { key: 'thing1', + label: 'first name', prompt: 'Who is the first person you choose?', type: 'string', max: 500 }, { key: 'thing2', + label: 'second name', prompt: 'Who is the second person you choose?', type: 'string', max: 500 }, { key: 'thing3', + label: 'third name', prompt: 'Who is the third person you choose?', type: 'string', max: 500 diff --git a/commands/random-res/ship.js b/commands/random-res/ship.js index e14ea4ff..f3659604 100644 --- a/commands/random-res/ship.js +++ b/commands/random-res/ship.js @@ -10,12 +10,14 @@ module.exports = class ShipCommand extends Command { args: [ { key: 'thing1', + label: 'first name', prompt: 'Who is the first person in the ship?', type: 'string', max: 500 }, { key: 'thing2', + label: 'second name', prompt: 'Who is the second person in the ship?', type: 'string', max: 500