This commit is contained in:
hackrobot
2024-04-28 14:08:27 +08:00
parent 54d16a1702
commit 062b8b1731

View File

@@ -438,10 +438,12 @@ def kp(event_data):
if group=="18507867712@chatroom":
# 群聊被@
if "@异度世界" in msg:
WXBotService.send_text_message(robot_wxid=account_wxid,
# 发送@消息
WXBotService.send_at_message(robot_wxid=account_wxid,
# from_wxid=wxid,
from_wxid=group,
msg="@Eric testgroup")
msg="testgroup",
wx_list=[wxid])
else:
pass
else: