Name Rater Longer Name Support

This commit is contained in:
Dragon Fire
2021-01-16 12:13:09 -05:00
parent fc99e450f0
commit 2acd6b22ed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ module.exports = class NameRaterCommand extends Command {
key: 'name', key: 'name',
prompt: 'What name do you want to determine the quality of?', prompt: 'What name do you want to determine the quality of?',
type: 'string', type: 'string',
max: 20, max: 25,
default: msg => msg.author.username default: msg => msg.author.username
} }
] ]
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "xiao", "name": "xiao",
"version": "126.2.0", "version": "126.2.1",
"description": "Your personal server companion.", "description": "Your personal server companion.",
"main": "Xiao.js", "main": "Xiao.js",
"scripts": { "scripts": {