mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-27 17:07:45 +00:00
reformat
This commit is contained in:
parent
0de5ff5989
commit
eca97106f6
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue