mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-12-16 13:40:53 +08:00
优化指令
This commit is contained in:
parent
a804224ee2
commit
a909816d6c
@ -281,7 +281,7 @@ async def get_mihoyo_public_data(
|
|||||||
cookie_info = await get_cookie(user_id, uid, check)
|
cookie_info = await get_cookie(user_id, uid, check)
|
||||||
check = False
|
check = False
|
||||||
if not cookie_info:
|
if not cookie_info:
|
||||||
return '当前没有可使用的cookie,请绑定私人cookie或联系超级管理员添加公共cookie,'
|
return '当前没有可使用的cookie,请使用命令[原神扫码绑定]/[ysb]绑定私人cookie或联系超级管理员添加公共cookie,'
|
||||||
if mode == 'abyss':
|
if mode == 'abyss':
|
||||||
data = await aiorequests.get(
|
data = await aiorequests.get(
|
||||||
url=ABYSS_API,
|
url=ABYSS_API,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user