mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-07 20:45:49 +08:00
🐛 修复因重复函数名导致的定时任务失效
This commit is contained in:
parent
64b849e98a
commit
8a77c07793
@ -46,7 +46,7 @@ async def bbs_recheck(bot: Bot, ev: Event):
|
|||||||
@scheduler.scheduled_job(
|
@scheduler.scheduled_job(
|
||||||
'cron', hour=BBS_TASK_TIME[0], minute=BBS_TASK_TIME[1]
|
'cron', hour=BBS_TASK_TIME[0], minute=BBS_TASK_TIME[1]
|
||||||
)
|
)
|
||||||
async def sign_at_night():
|
async def get_coin_at_night():
|
||||||
if gsconfig.get_config('SchedMhyBBSCoin').data:
|
if gsconfig.get_config('SchedMhyBBSCoin').data:
|
||||||
await send_daily_mihoyo_bbs_sign()
|
await send_daily_mihoyo_bbs_sign()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user