mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-27 08:57:46 +00:00
Cleanup
This commit is contained in:
parent
6834edf80e
commit
ffca2e79b6
9 changed files with 75 additions and 64 deletions
|
@ -63,6 +63,7 @@ class ErrorHandler(Cog):
|
|||
else:
|
||||
trace = "".join(format_exit(type(error), error, error.__traceback__))
|
||||
print(f"Ignoring exception in command {ctx.command}:\n{trace}")
|
||||
|
||||
await await_parallel(
|
||||
self.bot.log_webhook.send(f"<@512640455834337290>```{trace}```"),
|
||||
ctx.reply(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue