Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix ctx
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ async def on_message(message):
|
|
55 |
try:
|
56 |
await user.send(f"xp_data: {xp_data}")
|
57 |
except discord.HTTPException:
|
58 |
-
await
|
59 |
|
60 |
await bot.process_commands(message)
|
61 |
except Exception as e:
|
|
|
55 |
try:
|
56 |
await user.send(f"xp_data: {xp_data}")
|
57 |
except discord.HTTPException:
|
58 |
+
await user.send("Failed to send a DM.")
|
59 |
|
60 |
await bot.process_commands(message)
|
61 |
except Exception as e:
|