🐛清除残留的前缀

This commit is contained in:
ishkong 2024-12-26 22:10:26 +08:00 committed by GitHub
parent 883041892a
commit 952da1631a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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