mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-07 12:43:26 +08:00
🎨 调整命令优先级 (#497)
This commit is contained in:
parent
5b936db344
commit
96a7ab5bac
@ -35,7 +35,7 @@ async def sned_fresh_all_list(bot: Bot, ev: Event):
|
||||
await bot.send('执行完成!')
|
||||
|
||||
|
||||
@sv_get_enka.on_fullmatch(('刷新圣遗物仓库', '强制刷新圣遗物仓库'))
|
||||
@sv_get_enka.on_fullmatch(('刷新圣遗物仓库', '强制刷新圣遗物仓库'), block=True)
|
||||
async def sned_fresh_list(bot: Bot, ev: Event):
|
||||
# 获取uid
|
||||
uid = await get_uid(bot, ev)
|
||||
|
Loading…
x
Reference in New Issue
Block a user