fix link to ship at bottom of the embed

This commit is contained in:
Luke Robles 2023-04-28 13:29:54 -07:00
parent 3ff3cd5ffb
commit 55b7c43a7f

View File

@ -100,7 +100,7 @@ async def get_ship(ship_name):
embed.add_field(name="**Expedite Fee**", value=expedited_fee, inline=True)
embed.add_field(
name="**Link**", value="%s/%s" % (wiki_url, wiki_ship_name), inline=False
name="**Link**", value="%s%s" % (wiki_url, wiki_ship_name), inline=False
)
except Exception: