mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
commit
c5e8ba3cdf
@ -90,7 +90,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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user