From 74436f73be597d2a5935d3323fb6ac8e0f18ae9d Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 27 Feb 2025 16:57:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8C=96=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)