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:
@ -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 (
|
||||
|
Reference in New Issue
Block a user