1
0
mirror of https://gitlab.com/ddorn/tfjm-discord-bot.git synced 2025-07-08 02:40:13 +02:00

add teams list

This commit is contained in:
ddorn
2020-04-29 18:43:07 +02:00
parent 7b86be7e23
commit 0ab729afb3
6 changed files with 49 additions and 4 deletions

View File

@ -66,7 +66,7 @@ class ErrorsCog(Cog):
specific_handler = handlers.get(type(error.original))
if specific_handler:
return await specific_handler(ctx, error)
return await specific_handler(self, ctx, error)
traceback.print_tb(error.original.__traceback__, file=sys.stderr)
return (