修复:不刷新活动图的bug

This commit is contained in:
Wuyi无疑 2021-12-20 23:01:04 +08:00
parent 6e92ed1daf
commit 2a8e54d1f0

View File

@ -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: