fix: delete error container
This commit is contained in:
parent
d41e74bb55
commit
9bfc53bf37
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ func deleteLearnedDataRun(m any, command, userId string) {
|
|||
|
||||
if len(data) < 1 {
|
||||
utils.NewMessageSender(m).
|
||||
AddComponents(discordgo.TextDisplay{Content: "해당 하는 지식ㅇ을 찾을 수 없어요."}).
|
||||
AddComponents(utils.GetErrorContainer(discordgo.TextDisplay{Content: "해당 하는 지식ㅇ을 찾을 수 없어요."})).
|
||||
SetComponentsV2(true).
|
||||
SetReply(true).
|
||||
Send()
|
||||
|
|
|
@ -7,7 +7,7 @@ import (
|
|||
"git.wh64.net/muffin/goMuffin/utils"
|
||||
)
|
||||
|
||||
const MUFFIN_VERSION = "0.0.0-souffle_canary.250524b-componentsv2"
|
||||
const MUFFIN_VERSION = "0.0.0-souffle_canary.250525a-componentsv2"
|
||||
|
||||
var updatedString string = utils.RegexpDecimals.FindAllStringSubmatch(MUFFIN_VERSION, -1)[3][0]
|
||||
|
||||
|
|
Loading…
Reference in a new issue