mirror of
https://github.com/baiqwerdvd/ArknightsUID.git
synced 2025-05-04 19:17:33 +08:00
send UID_HINT
This commit is contained in:
parent
82ab1d825f
commit
fcbb70388a
@ -19,7 +19,7 @@ sv_skland_login = SV("ark森空岛登录")
|
||||
async def get_resp_msg(bot: Bot, ev: Event):
|
||||
uid_list = await ArknightsBind.get_uid_list_by_game(ev.user_id, ev.bot_id)
|
||||
if uid_list is None:
|
||||
return UID_HINT
|
||||
return await bot.send(UID_HINT)
|
||||
phone_number = ev.text.strip()
|
||||
if not phone_number.isdigit():
|
||||
return await bot.send("你输入了错误的格式!")
|
||||
|
Loading…
x
Reference in New Issue
Block a user