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) # 闲聊