어떤 채널 완료했는지 표시
This commit is contained in:
@@ -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}>`,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user