From 9a2a5009a311d113571715c0c0acee7fec449ed1 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 5 Feb 2025 13:28:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=8A=E5=A4=A9=E6=95=B0=E6=8D=AE=E5=85=A5?= =?UTF-8?q?=E5=BA=93=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 ee1ed59..449af1d 100644 --- a/robot.py +++ b/robot.py @@ -187,6 +187,8 @@ class Robot(Job): self.newsReport() if msg.content =='聊天排行榜': self.generateAndSendRanking() + if msg.content =='聊天数据入库': + self.messageCountToDB() else: self.toChitchat(msg) # 闲聊