mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 14:00:22 +02:00
Up the something to 50 chars
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports = class NikeAdCommand extends Command {
|
||||
key: 'something',
|
||||
prompt: 'What should the something to believe in be?',
|
||||
type: 'string',
|
||||
max: 20,
|
||||
max: 50,
|
||||
parse: something => something.toLowerCase()
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user