✏️ 修正 acgimage 发图

This commit is contained in:
fumiama 2021-10-18 15:24:56 +08:00
parent 93a9bf6c5b
commit 1a7f98379a

View File

@ -126,7 +126,7 @@ func replyClass(ctx *zero.Ctx, dhash string, class int, noimg bool, lv int64, co
if err3 == nil { if err3 == nil {
ctx.SendChain(message.Text(comment + "\n给你点提示哦" + b14)) ctx.SendChain(message.Text(comment + "\n给你点提示哦" + b14))
ctx.Event.GroupID = 0 ctx.Event.GroupID = 0
ctx.SendChain(message.Text(img)) ctx.SendChain(img)
} }
} else { } else {
ctx.SendChain(message.Text(comment)) ctx.SendChain(message.Text(comment))