This commit is contained in:
hackrobot
2024-04-28 13:59:07 +08:00
parent b51f8c5439
commit 1e99cc7ca1

View File

@@ -434,14 +434,14 @@ def kp(event_data):
# 收到群聊消息 # 收到群聊消息
if group: if group:
# 异度世界交流群2 # 异度世界交流群2 | 小号群18507867712@chatroom
if group=="18507867712@chatroom": if group=="18507867712@chatroom":
# 群聊被@ # 群聊被@
if "@异度世界" in msg: if "@异度世界" in msg:
WXBotService.send_text_message(robot_wxid=account_wxid, WXBotService.send_text_message(robot_wxid=account_wxid,
# from_wxid=wxid, # from_wxid=wxid,
from_wxid=group, from_wxid=group,
msg="testgroup") msg="@Eric,testgroup")
else: else:
pass pass
else: else: