fix: Embed color's type

This commit is contained in:
Siwoo Jeon 2025-04-05 16:13:00 +09:00
parent cdb56ab2ae
commit 2ca7ce9465
Signed by: migan
GPG key ID: 036E9A8C5E8E48DA

View file

@ -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{},