Skip to content

Commit

Permalink
✏️ 修正 acgimage 发图
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Oct 18, 2021
1 parent 93a9bf6 commit 1a7f983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin_acgimage/classify.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func replyClass(ctx *zero.Ctx, dhash string, class int, noimg bool, lv int64, co
if err3 == nil {
ctx.SendChain(message.Text(comment + "\n给你点提示哦:" + b14))
ctx.Event.GroupID = 0
ctx.SendChain(message.Text(img))
ctx.SendChain(img)
}
} else {
ctx.SendChain(message.Text(comment))
Expand Down

0 comments on commit 1a7f983

Please sign in to comment.