Wrap text in be like bill

This commit is contained in:
Daniel Odendahl Jr
2018-09-12 17:07:55 +00:00
parent 506e1e2b79
commit a1c6d8d155
4 changed files with 34 additions and 33 deletions
+2 -4
View File
@@ -25,15 +25,13 @@ module.exports = class NikeAdCommand extends Command {
key: 'something',
prompt: 'What should the something to believe in be?',
type: 'string',
max: 50,
parse: something => something.toLowerCase()
max: 50
},
{
key: 'sacrifice',
prompt: 'What should believing result in (e.g. sacrificing everything)?',
type: 'string',
max: 50,
parse: sacrifice => sacrifice.toLowerCase()
max: 50
},
{
key: 'image',