mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Name Rater Longer Name Support
This commit is contained in:
@@ -23,7 +23,7 @@ module.exports = class NameRaterCommand extends Command {
|
||||
key: 'name',
|
||||
prompt: 'What name do you want to determine the quality of?',
|
||||
type: 'string',
|
||||
max: 20,
|
||||
max: 25,
|
||||
default: msg => msg.author.username
|
||||
}
|
||||
]
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "126.2.0",
|
||||
"version": "126.2.1",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user