diff options
Diffstat (limited to 'ATRI')
| -rw-r--r-- | ATRI/plugins/other.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/plugins/other.py b/ATRI/plugins/other.py index c67204f..ac99de3 100644 --- a/ATRI/plugins/other.py +++ b/ATRI/plugins/other.py @@ -161,7 +161,7 @@ async def _(session: CommandSession):  @nonebot.scheduler.scheduled_job(      'cron', -    hour = 24, +    hour = 0,      misfire_grace_time = 10   )  async def _():  | 
