From 231c3319326771cb6d68818519ae7d3a3f2ab8d3 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 20 May 2025 09:59:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E8=A1=8C=E6=A6=9C=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, 2 insertions(+) diff --git a/robot.py b/robot.py index ffa94e8..75102b0 100644 --- a/robot.py +++ b/robot.py @@ -413,6 +413,8 @@ class Robot(Job): await self.ipad_bot.send_text_message("filehelper", "已更新") elif content == "PDF": self.generate_sehuatang_pdf() + elif content == "排行榜": + self.generate_and_send_ranking() if is_group: self.LOG.debug(f"入库和记录群消息: {message}")