diff --git a/wws_ship.py b/wws_ship.py index 51afbe9..dc06431 100644 --- a/wws_ship.py +++ b/wws_ship.py @@ -101,7 +101,7 @@ async def get_ShipInfo(info,bot,ev): ShipSecletProcess[ev['user_id']] = ShipSlectState(False, None, None) return '已超时退出' else: - return '找不到船' + return '找不到船,请确认船名是否正确,可以使用【wws 查船名】查询船只中英文' else: return '参数似乎出了问题呢' url = 'https://api.wows.shinoaki.com/public/wows/account/ship/info' @@ -270,7 +270,7 @@ async def get_ShipInfoRecent(info,bot,ev): ShipSecletProcess[ev['user_id']] = ShipSlectState(False, None, None) return '已超时退出' else: - return '找不到船' + return '找不到船,请确认船名是否正确,可以使用【wws 查船名】查询船只中英文' else: return '参数似乎出了问题呢' url = 'https://api.wows.shinoaki.com/api/wows/recent/v2/recent/info/ship' diff --git a/wws_shiprank.py b/wws_shiprank.py index 419a846..49cbfae 100644 --- a/wws_shiprank.py +++ b/wws_shiprank.py @@ -65,7 +65,7 @@ async def get_ShipRank(info,bot,ev): ShipSecletProcess[ev['user_id']] = ShipSlectState(False, None, None) return '已超时退出' else: - return '找不到船' + return '找不到船,请确认船名是否正确,可以使用【wws 查船名】查询船只中英文' content = await search_ShipRank_Yuyuko(select_shipId,param_server) if content: #存在缓存,直接出图 return await html_to_pic(content, wait=0, viewport={"width": 1300, "height": 100})