mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-30 04:00:31 +08:00
优化:武器
命令(防止两个Bot互刷)
This commit is contained in:
parent
a5c6f9c260
commit
e462ccf60e
@ -531,7 +531,7 @@ async def get_event_pic():
|
||||
async def weapon_wiki(name, level=None):
|
||||
data = await get_weapon_info(name)
|
||||
if 'errcode' in data:
|
||||
im = '武器不存在。'
|
||||
im = '该武器不存在。'
|
||||
elif level:
|
||||
data2 = await get_weapon_info(name, level)
|
||||
if data['substat'] != '':
|
||||
|
Loading…
x
Reference in New Issue
Block a user