🎨 调整命令优先级 (#497)

This commit is contained in:
Wuyi无疑 2023-07-07 04:41:42 +08:00
parent 5b936db344
commit 96a7ab5bac

View File

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