fix link to ship at bottom of the embed
This commit is contained in:
parent
3ff3cd5ffb
commit
55b7c43a7f
@ -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="**Expedite Fee**", value=expedited_fee, inline=True)
|
||||||
|
|
||||||
embed.add_field(
|
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:
|
except Exception:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user