kroger garfbot error

This commit is contained in:
aaron crate 2024-09-30 06:00:50 +00:00
parent cb9e886f08
commit 88dc4b4457

View File

@ -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: