Up the something to 50 chars

This commit is contained in:
Daniel Odendahl Jr
2018-09-12 16:24:28 +00:00
parent 982b97b5c1
commit 0159ec963f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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()
},
{
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "91.1.2",
"version": "91.1.3",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {