kroger garfbot error
This commit is contained in:
parent
cb9e886f08
commit
88dc4b4457
@ -240,7 +240,7 @@ async def on_message(message):
|
|||||||
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"Error: {str(e)}")
|
await message.channel.send(f"`GarfBot Error: {str(e)}`")
|
||||||
|
|
||||||
# Army of Dawn Server only!!
|
# Army of Dawn Server only!!
|
||||||
if message.guild and message.guild.id == 719605634772893757:
|
if message.guild and message.guild.id == 719605634772893757:
|
||||||
|
Loading…
Reference in New Issue
Block a user