fix: Embed color's type
This commit is contained in:
parent
cdb56ab2ae
commit
2ca7ce9465
1 changed files with 1 additions and 1 deletions
|
@ -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{},
|
||||
|
|
Loading…
Reference in a new issue