From 2ca7ce9465bb8bbca9b56ac256f7034f4e96fbd3 Mon Sep 17 00:00:00 2001 From: Siwoo Jeon Date: Sat, 5 Apr 2025 16:13:00 +0900 Subject: [PATCH] fix: Embed color's type --- components/deleteLearnedData.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/deleteLearnedData.go b/components/deleteLearnedData.go index 0d4db28..51f2db2 100644 --- a/components/deleteLearnedData.go +++ b/components/deleteLearnedData.go @@ -64,7 +64,7 @@ var DeleteLearnedDataComponent *commands.Component = &commands.Component{ { Title: "✅ 삭제 완료", Description: fmt.Sprintf("%s번을 삭ㅈ제했어요.", itemId), - Color: int(utils.EmbedSuccess), + Color: utils.EmbedSuccess, }, }, Components: &[]discordgo.MessageComponent{},