This commit is contained in:
Daniel Odendahl Jr
2017-11-02 22:56:52 +00:00
parent 45e9c1473e
commit a869735793
3 changed files with 6 additions and 1 deletions
@@ -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
}
]
});
+3
View File
@@ -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
+2
View File
@@ -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