From 57ea6bad07a43bc6c823422bcc1b7bc275498c14 Mon Sep 17 00:00:00 2001 From: guohu7777 <75009704+guohu7777@users.noreply.github.com> Date: Mon, 24 Oct 2022 22:13:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=8A=E6=9F=90=E4=BA=BA=E6=BC=8F=E6=8E=89?= =?UTF-8?q?=E7=9A=84=E7=BB=99=E5=A4=8D=E5=88=B6=E4=B8=8A=E5=8E=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1111 --- plugins/fudu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fudu.py b/plugins/fudu.py index b642ed50..f4d57a0f 100755 --- a/plugins/fudu.py +++ b/plugins/fudu.py @@ -91,7 +91,7 @@ async def _(event: GroupMessageEvent): if not img and not msg: return if img: - img_hash = await get_fudu_img_hash(img[0]) + img_hash = await get_fudu_img_hash(img[0],event.group_id) else: img_hash = "" add_msg = msg + "|-|" + img_hash