style: format with ruff 0.9

This commit is contained in:
Ryan 2025-01-09 16:31:32 -05:00
parent 57809fe26d
commit 8cbd7d6aef
Signed by: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3
3 changed files with 5 additions and 5 deletions

View File

@ -152,7 +152,7 @@ async def on_message(message, edited=False):
except Exception as e:
await utils.reply(
message,
f"exception occurred while processing command: ```\n{"".join(traceback.format_exception(e)).replace("`", "\\`")}```",
f"exception occurred while processing command: ```\n{''.join(traceback.format_exception(e)).replace('`', '\\`')}```",
)
raise e
finally: