Dont mess with the commodity string, its fucking up the logic when searching for commdities with awkward spellings (slam, e'tam, widow)

This commit is contained in:
Luke Robles 2023-09-29 08:34:19 -07:00
parent f3ce5d095f
commit 9589c08814

View File

@ -220,8 +220,6 @@ async def calculate_trade_profies(commodity, scu=None):
scu = 696
scu_string = "a C2 Hercules full"
commodity = commodity.title()
embed = discord.Embed(
description="-------", color=discord.Color.blue(), type="rich"
)