This commit is contained in:
Wuyi无疑 2021-12-10 02:07:17 +08:00
parent 29567d22ee
commit b32ff63d6e

View File

@ -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")