This commit is contained in:
Luke Robles 2023-06-16 15:19:43 -07:00
parent 60f5cc04f8
commit 50e192ba9b

View File

@ -220,7 +220,9 @@ async def calculate_trade_profies(commodity, scu=None):
) )
response = requests.get(url, headers=headers).json()["data"] response = requests.get(url, headers=headers).json()["data"]
if not response: if not response:
embed.set_author(name="❌ Couldnt find that commodity: %s\n\nDid you make a typo?" % commodity) embed.set_author(
name="❌ Couldnt find that commodity: %s\n\nDid you make a typo?" % commodity
)
return embed return embed
embed.set_author(name=commodity) embed.set_author(name=commodity)