Make ingame price for ships clickable and take you to the buy section of the wiki
This commit is contained in:
parent
1c37dfc722
commit
6566d36066
@ -76,7 +76,11 @@ async def get_ship(ship_name):
|
||||
|
||||
# if not len(ingame_price):
|
||||
# ingame_price = "No in-game price available"
|
||||
embed.add_field(name="**Ingame Price**", value=ingame_price, inline=True)
|
||||
embed.add_field(
|
||||
name="**Ingame Price**",
|
||||
value="[%s](%s%s#Buying)" % (ingame_price, wiki_url, wiki_ship_name),
|
||||
inline=True,
|
||||
)
|
||||
|
||||
try:
|
||||
pledge_price = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user