From 1a7f98379ac6185cd78fe7cb66ad6f0c1db441d8 Mon Sep 17 00:00:00 2001 From: fumiama Date: Mon, 18 Oct 2021 15:24:56 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20=20=E4=BF=AE=E6=AD=A3=20ac?= =?UTF-8?q?gimage=20=E5=8F=91=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin_acgimage/classify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_acgimage/classify.go b/plugin_acgimage/classify.go index 5c5ea40d..27094dcc 100644 --- a/plugin_acgimage/classify.go +++ b/plugin_acgimage/classify.go @@ -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))