removed stray colon
This commit is contained in:
parent
88dc4b4457
commit
659f2470d4
@ -237,7 +237,7 @@ async def on_message(message):
|
|||||||
for item in sorted_products:
|
for item in sorted_products:
|
||||||
product_name = item['description']
|
product_name = item['description']
|
||||||
price = item['items'][0]['price']['regular']
|
price = item['items'][0]['price']['regular']
|
||||||
response += f"- `${price}`: {product_name}: \n"
|
response += f"- `${price}`: {product_name} \n"
|
||||||
await message.channel.send(response)
|
await message.channel.send(response)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
await message.channel.send(f"`GarfBot Error: {str(e)}`")
|
await message.channel.send(f"`GarfBot Error: {str(e)}`")
|
||||||
|
Loading…
Reference in New Issue
Block a user