每天发放一个任务

This commit is contained in:
liuwei
2025-02-24 15:07:15 +08:00
parent de8eb09ff1
commit aae2d1beae

View File

@@ -46,7 +46,7 @@ def main(chat_type: int):
robot.onEveryTime("15:00", robot.generateSehuatangPdf)
# 游戏的定时任务每小时执行
robot.onEveryHours(3, robot.game_auto_tasks)
robot.onEveryTime("18:00", robot.game_auto_tasks)
# 让机器人一直跑
robot.keepRunningAndBlockProcess()