diff --git a/robot.py b/robot.py index 08d6ccb..a30e70f 100644 --- a/robot.py +++ b/robot.py @@ -182,7 +182,7 @@ class Robot(Job): return True # 暂时只支持4K群要图 - elif q == "#黑丝图来" and msg.roomid == "45317011307@chatroom": + elif q == "#黑丝" and msg.roomid == "45317011307@chatroom": try: file_path = get_xiuren_heisi_pic() self.wcf.send_file(file_path, msg.roomid)