fix link to ship at bottom of the embed
This commit is contained in:
parent
ce364c2aa7
commit
ca380cc0a9
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user