From cefe37e2a86f10759967296b52397253eaabb051 Mon Sep 17 00:00:00 2001 From: tkrmagid-desktop Date: Wed, 8 Apr 2026 18:12:59 +0900 Subject: [PATCH] =?UTF-8?q?=EC=96=B4=EB=96=A4=20=EC=B1=84=EB=84=90=20?= =?UTF-8?q?=EC=99=84=EB=A3=8C=ED=96=88=EB=8A=94=EC=A7=80=20=ED=91=9C?= =?UTF-8?q?=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot/src/commands/channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/src/commands/channel.ts b/bot/src/commands/channel.ts index 1ee00e7..d2951ca 100644 --- a/bot/src/commands/channel.ts +++ b/bot/src/commands/channel.ts @@ -128,7 +128,7 @@ export async function channelRegister(guild: Guild | null, channelId: string | n color: "DarkRed", }); return client.mkembed({ - title: "채널 생성/등록 완료", + title: `채널(${channel.name}) 생성/등록 완료`, description: `채널: <#${channel.id}>`, }); } \ No newline at end of file