Skip to content

Commit

Permalink
🎨 阻塞命令
Browse files Browse the repository at this point in the history
  • Loading branch information
KimigaiiWuyi committed Dec 22, 2024
1 parent 291bdf8 commit 6ba0048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GenshinUID/genshinuid_ann/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async def consume_remind_(bot: Bot, ev: Event):
await bot.send(await consume_remind(uid))


@sv_ann_schedule.on_fullmatch(('开启自动清红', '关闭自动清红'))
@sv_ann_schedule.on_fullmatch(('开启自动清红', '关闭自动清红'), block=True)
async def get_ann_schedule_msg(bot: Bot, ev: Event):
uid = await get_uid(bot, ev)
if not uid:
Expand Down

0 comments on commit 6ba0048

Please sign in to comment.