This commit is contained in:
2025-02-05 13:34:19 +08:00
parent 9a2a5009a3
commit 451f885f2d
4 changed files with 18 additions and 20 deletions
+4
View File
@@ -57,6 +57,10 @@ def main(chat_type: int):
# epic
robot.onEveryTime("10:30", robot.sendEpicFreeGames)
# message report
robot.onEveryTime("00:30", robot.messageCountToDB)
# 让机器人一直跑
robot.keepRunningAndBlockProcess()