Browse Source

No push is complete without a stupid typo

pull/4/head
Mike 3 years ago
parent
commit
9609cc0ee6
  1. 2
      cogs/esiprice.py

2
cogs/esiprice.py

@ -51,7 +51,7 @@ class EsiPrice(commands.Cog):
sell_orders = "{0:,.0f}".format(float(data["sell"]["orderCount"]))
embed = Embed(
title=f"Price Lookup for {item}",
url=f"https://market.fuzzworks.co.uk/type/{item_id}/",
url=f"https://market.fuzzwork.co.uk/type/{item_id}/",
)
embed.set_thumbnail(url=f"https://image.eveonline.com/Type/{item_id}_64.png")
embed.set_footer(text="This pricing tool is WIP so buyer beware")

Loading…
Cancel
Save