From 2139fc4b0ca863abfe85a7023625e4d034f9ba1f Mon Sep 17 00:00:00 2001 From: n1lsqn Date: Mon, 13 Nov 2023 15:15:06 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=B7=A9=E5=92=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/core/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/core/index.ts b/src/modules/core/index.ts index d138a17..a430077 100644 --- a/src/modules/core/index.ts +++ b/src/modules/core/index.ts @@ -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;