Dont mess with the commodity string, its fucking up the logic when searching for commdities with awkward spellings (slam, e'tam, widow)
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Luke Robles 2023-09-29 08:34:19 -07:00
parent c40bf8b9b7
commit 40158c822a

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