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:
# 异度世界交流群2
# 异度世界交流群2 | 小号群18507867712@chatroom
if group=="18507867712@chatroom":
# 群聊被@
if "@异度世界" in msg:
WXBotService.send_text_message(robot_wxid=account_wxid,
# from_wxid=wxid,
from_wxid=group,
msg="testgroup")
msg="@Eric,testgroup")
else:
pass
else: