🎨 阻塞命令

This commit is contained in:
KimigaiiWuyi 2024-12-22 12:32:23 +08:00
parent 291bdf8458
commit 6ba0048195

View File

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