From 9dffcb2086349e5225b40896613a1c80be09ff70 Mon Sep 17 00:00:00 2001
From: n1lsqn <owner@n1l.dev>
Date: Mon, 13 Nov 2023 15:17:22 +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 a430077..d2c2b96 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 > 20) {
+  	if (name.length > 30) {
     	console.error("Name length exceeds 10 characters.");
     	msg.reply(serifs.core.tooLong);
     	return true;