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:
parent
958ab4cecd
commit
f15d967534
@ -220,8 +220,6 @@ async def calculate_trade_profies(commodity, scu=None):
|
|||||||
scu = 696
|
scu = 696
|
||||||
scu_string = "a C2 Hercules full"
|
scu_string = "a C2 Hercules full"
|
||||||
|
|
||||||
commodity = commodity.title()
|
|
||||||
|
|
||||||
embed = discord.Embed(
|
embed = discord.Embed(
|
||||||
description="-------", color=discord.Color.blue(), type="rich"
|
description="-------", color=discord.Color.blue(), type="rich"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user