mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
Update __init__.py
This commit is contained in:
parent
f038763041
commit
1c17ac1f9d
@ -227,8 +227,8 @@ async def _(event: MessageEvent):
|
|||||||
# 重置开箱
|
# 重置开箱
|
||||||
@scheduler.scheduled_job(
|
@scheduler.scheduled_job(
|
||||||
"cron",
|
"cron",
|
||||||
hour=10,
|
hour=0,
|
||||||
minute=22,
|
minute=1,
|
||||||
)
|
)
|
||||||
async def _():
|
async def _():
|
||||||
await update_count_daily()
|
await update_count_daily()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user