lunarflu HF Staff commited on
Commit
40f49aa
·
verified ·
1 Parent(s): e440628
Files changed (1) hide show
  1. app.py +3 -0
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