feat: 緩和

This commit is contained in:
n1lsqn 2023-11-13 15:15:06 +09:00
parent b72dc81d6c
commit 2139fc4b0c

View file

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