mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-08 13:06:00 +08:00
🎨 阻塞命令
This commit is contained in:
parent
291bdf8458
commit
6ba0048195
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user