mirror of
https://github.com/baiqwerdvd/StarRailUID.git
synced 2025-05-04 18:57:33 +08:00
🐛清除残留的前缀
This commit is contained in:
parent
883041892a
commit
952da1631a
@ -13,7 +13,7 @@ sv_gacha_log = SV("sr抽卡记录")
|
||||
sv_get_gachalog_by_link = SV("sr导入抽卡链接", area="DIRECT")
|
||||
|
||||
|
||||
@sv_gacha_log.on_fullmatch(f"{PREFIX}抽卡记录")
|
||||
@sv_gacha_log.on_fullmatch(f"抽卡记录")
|
||||
async def send_gacha_log_card_info(bot: Bot, ev: Event):
|
||||
await bot.logger.info("开始执行[sr抽卡记录]")
|
||||
uid, user_id = await get_uid(bot, ev, GsBind, "sr", True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user