mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-06-01 21:19:49 +08:00
fix
This commit is contained in:
parent
29567d22ee
commit
b32ff63d6e
@ -149,7 +149,7 @@ async def _(bot:HoshinoBot, ev: CQEvent):
|
|||||||
if ev.user_id not in bot.config.SUPERUSERS:
|
if ev.user_id not in bot.config.SUPERUSERS:
|
||||||
return
|
return
|
||||||
await bot.send(ev,"已开始执行")
|
await bot.send(ev,"已开始执行")
|
||||||
dailysign()
|
await dailysign()
|
||||||
|
|
||||||
#每日零点半进行米游社签到
|
#每日零点半进行米游社签到
|
||||||
@sv.scheduled_job('cron', hour='0',minute="30")
|
@sv.scheduled_job('cron', hour='0',minute="30")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user