1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-27 08:57:46 +00:00
This commit is contained in:
RGBCube 2022-06-06 09:26:21 +00:00
parent 0de5ff5989
commit eca97106f6

View file

@ -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: