diff --git a/commands/random-seed/name-rater.js b/commands/random-seed/name-rater.js index da4a88d7..b333914d 100644 --- a/commands/random-seed/name-rater.js +++ b/commands/random-seed/name-rater.js @@ -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 } ] diff --git a/package.json b/package.json index 9bc963cb..54bb9582 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "126.2.0", + "version": "126.2.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {