diff --git a/cogs/error_handler.py b/cogs/error_handler.py index ed06a6c..619a605 100644 --- a/cogs/error_handler.py +++ b/cogs/error_handler.py @@ -47,7 +47,9 @@ class ErrorHandler(commands.Cog): type(error), error, error.__traceback__ ) print(f"Ignoring exception in command {ctx.command}:\n{trace}") - await self.bot.log_webhook.send(f"<@512640455834337290>```{trace}```") + await self.bot.log_webhook.send( + f"<@512640455834337290>```{trace}```" + ) async def setup(bot: MinearchyBot, /) -> None: