feat: 緩和

This commit is contained in:
n1lsqn 2023-11-13 15:17:22 +09:00
parent 2139fc4b0c
commit 9dffcb2086

View file

@ -86,7 +86,7 @@ export default class extends Module {
const name = matchResult[1];
if (name.length > 20) {
if (name.length > 30) {
console.error("Name length exceeds 10 characters.");
msg.reply(serifs.core.tooLong);
return true;