|
|
@ -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") |
|
|
|