Archived
1
0
Fork 0

something necessary

This commit is contained in:
多羅狼 2023-05-17 17:35:46 +08:00 committed by GitHub
parent 7eacdf17ae
commit 859b53911a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,8 @@ async def _(msg: Bot.MessageSession):
get_ = await get_url(api + f'user/bests/session?user_name={query_code}', headers=headers,
fmt='json')
if get_['status'] == 0:
await msg.sendMessage([Plain(msg.locale.t("arcaea.b30.message.wait")),
await msg.sendMessage([Plain(msg.locale.t("arcaea.b30.message.wait"))
Plain(msg.locale.t("arcaea.message.sb616")),
Image(os.path.abspath('./assets/noc.jpg')),
Image(os.path.abspath('./assets/aof.jpg'))])
elif get_['status'] == -33: