mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-31 12:40:38 +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():
|
||||
deletecache()
|
||||
|
||||
@sv.scheduled_job('cron', hour='2')
|
||||
async def delete():
|
||||
await draw_event_pic()
|
||||
|
||||
@sv.on_fullmatch('全部重签')
|
||||
async def _(bot:HoshinoBot, ev: CQEvent):
|
||||
if ev.user_id not in bot.config.SUPERUSERS:
|
||||
|
Loading…
x
Reference in New Issue
Block a user