mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Wrap text in be like bill
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user