mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +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()
|
||||
},
|
||||
{
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "91.1.2",
|
||||
"version": "91.1.3",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user