把某人漏掉的给复制上去

1111
This commit is contained in:
guohu7777 2022-10-24 22:13:25 +08:00 committed by GitHub
parent 86d736745d
commit 57ea6bad07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ async def _(event: GroupMessageEvent):
if not img and not msg: if not img and not msg:
return return
if img: if img:
img_hash = await get_fudu_img_hash(img[0]) img_hash = await get_fudu_img_hash(img[0],event.group_id)
else: else:
img_hash = "" img_hash = ""
add_msg = msg + "|-|" + img_hash add_msg = msg + "|-|" + img_hash