wefef
This commit is contained in:
6
main.py
6
main.py
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user