修复 #喵喵设置排名人数 无反应bug,命令改为#喵喵设置排行人数 (#442)

This commit is contained in:
SunRyK 2023-02-06 21:25:50 +08:00 committed by GitHub
parent bc3e0ddf37
commit df3e645cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,8 +36,8 @@ export const cfgSchema = {
desc: '参与排名的限制条件1:无限制 2:有CK 3:有16个角色或有CK 4:有御三家(安柏&凯亚&丽莎)或有CK 5:有16个角色+御三家或有CK。 若改变设置请根据情况决定是否需要【#重置排名】'
},
rankNumber: {
title: '排人数',
key: '排人数',
title: '排人数',
key: '排人数',
type: 'num',
def: 15,
input: (n) => Math.min(30, Math.max(5, (n * 1 || 15))),