Update __init__.py

This commit is contained in:
HibiKier 2021-08-06 21:05:24 +08:00 committed by GitHub
parent e1d7f31456
commit ee6e185df7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ async def _(bot: Bot, event: MessageEvent, state: T_State):
@scheduler.scheduled_job(
"interval",
hour=24,
hours=24,
)
async def _():
_version = "v0.0.0"