Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -502,7 +502,7 @@ async def on_message(message):
|
|
502 |
print(exc)
|
503 |
c = client.get_channel(1202160048126840882)
|
504 |
embed = discord.Embed(title="ERROR",
|
505 |
-
description=exc,
|
506 |
color=0xFF3348)
|
507 |
await c.send(embed=embed)
|
508 |
embed = discord.Embed(title="ERROR", color=0xFF3348)
|
|
|
502 |
print(exc)
|
503 |
c = client.get_channel(1202160048126840882)
|
504 |
embed = discord.Embed(title="ERROR",
|
505 |
+
description=f"{exc}\n<@&1126289535312080966>",
|
506 |
color=0xFF3348)
|
507 |
await c.send(embed=embed)
|
508 |
embed = discord.Embed(title="ERROR", color=0xFF3348)
|