暂时禁用抽卡

This commit is contained in:
baiqwerdvd 2024-05-28 12:19:35 +08:00
parent 0eb41de417
commit db7aa9d88e
No known key found for this signature in database
GPG Key ID: 7717E46E1797411A

View File

@ -11,6 +11,7 @@ sv_ark_gacha = SV("ark十连")
@sv_ark_gacha.on_fullmatch(f"{PREFIX}十连") @sv_ark_gacha.on_fullmatch(f"{PREFIX}十连")
async def send_gacha_info(bot: Bot, ev: Event): async def send_gacha_info(bot: Bot, ev: Event):
return "WIP"
user_id = ev.at if ev.at else ev.user_id user_id = ev.at if ev.at else ev.user_id
uid = await ArknightsBind.get_uid_by_game(user_id, ev.bot_id) uid = await ArknightsBind.get_uid_by_game(user_id, ev.bot_id)
if uid is None: if uid is None: