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 ce364c2aa7
commit ca380cc0a9

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: