Debug GitLab note DM v8

This commit is contained in:
Mathis 2026-05-20 16:43:54 +02:00
parent fbd225ea6d
commit 01dd4979d8
2 changed files with 5 additions and 5 deletions

5
bot.py
View file

@ -265,7 +265,4 @@ class MyBot(commands.Bot):
return
if isinstance(error, commands.CheckFailure):
return
kuby_logger.error(f"Command error in {ctx.command}: {str(error)}", exc_info=True)
bot = MyBot()
kuby_logger.error(f"Command error in {ctx.command}: {str(error)}", exc_info=True)