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