Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix
Browse files
app.py
CHANGED
|
@@ -236,6 +236,9 @@ async def on_message(message):
|
|
| 236 |
|
| 237 |
await bot.process_commands(message)
|
| 238 |
|
|
|
|
|
|
|
|
|
|
| 239 |
|
| 240 |
# moderation stuff-----------------------------------------------------------------------------------------------------------------------------------------------------
|
| 241 |
|
|
|
|
| 236 |
|
| 237 |
await bot.process_commands(message)
|
| 238 |
|
| 239 |
+
except Exception as e:
|
| 240 |
+
print(f"on_message Error: {e}")
|
| 241 |
+
|
| 242 |
|
| 243 |
# moderation stuff-----------------------------------------------------------------------------------------------------------------------------------------------------
|
| 244 |
|