mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 15:57: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',
|
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
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user