fix(ranks): Repair setting response tree.

This commit is contained in:
2023-09-10 08:08:28 +03:00
parent 088d0d27f8
commit 69e228d395
2 changed files with 2 additions and 2 deletions

View File

@@ -195,7 +195,7 @@ class LionBot(Bot):
extra={'action': 'BotError', 'with_ctx': True}
)
except discord.HTTPException:
logger.warning(
logger.error(
f"Caught an unhandled 'HTTPException' while executing: {cmd_str}",
exc_info=True,
extra={'action': 'BotError', 'with_ctx': True}