format
This commit is contained in:
parent
60f5cc04f8
commit
50e192ba9b
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user