어떤 채널 완료했는지 표시

This commit is contained in:
tkrmagid-desktop
2026-04-08 18:12:59 +09:00
parent 5266738e11
commit cefe37e2a8

View File

@@ -128,7 +128,7 @@ export async function channelRegister(guild: Guild | null, channelId: string | n
color: "DarkRed", color: "DarkRed",
}); });
return client.mkembed({ return client.mkembed({
title: "채널 생성/등록 완료", title: `채널(${channel.name}) 생성/등록 완료`,
description: `채널: <#${channel.id}>`, description: `채널: <#${channel.id}>`,
}); });
} }