mirror of
https://github.com/baiqwerdvd/ArknightsUID.git
synced 2025-05-05 03:23:45 +08:00
暂时禁用抽卡
This commit is contained in:
parent
0eb41de417
commit
db7aa9d88e
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user