mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-06-01 21:19:49 +08:00
修复:不刷新活动图的bug
This commit is contained in:
parent
6e92ed1daf
commit
2a8e54d1f0
@ -175,6 +175,10 @@ async def _(bot:HoshinoBot, ev: CQEvent):
|
|||||||
async def delete():
|
async def delete():
|
||||||
deletecache()
|
deletecache()
|
||||||
|
|
||||||
|
@sv.scheduled_job('cron', hour='2')
|
||||||
|
async def delete():
|
||||||
|
await draw_event_pic()
|
||||||
|
|
||||||
@sv.on_fullmatch('全部重签')
|
@sv.on_fullmatch('全部重签')
|
||||||
async def _(bot:HoshinoBot, ev: CQEvent):
|
async def _(bot:HoshinoBot, ev: CQEvent):
|
||||||
if ev.user_id not in bot.config.SUPERUSERS:
|
if ev.user_id not in bot.config.SUPERUSERS:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user