Synced repo using 'sync_with_huggingface' Github Action
Browse files
app.py
CHANGED
@@ -578,7 +578,7 @@ async def falconprivate(ctx):
|
|
578 |
|
579 |
if ctx.channel.name == ctx.author:
|
580 |
ctx.reply(f"inside thread")
|
581 |
-
|
582 |
print(f"Error: {e}")
|
583 |
await ctx.reply(f"{e} cc <@811235357663297546> (falconprivate error)")
|
584 |
|
|
|
578 |
|
579 |
if ctx.channel.name == ctx.author:
|
580 |
ctx.reply(f"inside thread")
|
581 |
+
except Exception as e:
|
582 |
print(f"Error: {e}")
|
583 |
await ctx.reply(f"{e} cc <@811235357663297546> (falconprivate error)")
|
584 |
|