Skip to content

Instantly share code, notes, and snippets.

@cyrus01337
Last active October 27, 2022 09:39
Show Gist options
  • Save cyrus01337/501e262b3a3c9d3591a5220eaa4624e8 to your computer and use it in GitHub Desktop.
Save cyrus01337/501e262b3a3c9d3591a5220eaa4624e8 to your computer and use it in GitHub Desktop.
Full Traceback Example
Ignoring exception in on_command_error
Traceback (most recent call last):
File "C:\Users\Cyrus\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\client.py", line 312, in _run_event
await coro(*args, **kwargs)
File "D:\Users\Cyrus\Documents\Code\Python\Bases\bot\cogs\error_handler.py", line 27, in on_command_error
raise error
File "C:\Users\Cyrus\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\ext\commands\bot.py", line 892, in invoke
await ctx.command.invoke(ctx)
File "C:\Users\Cyrus\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\ext\commands\core.py", line 790, in invoke
await self.prepare(ctx)
File "C:\Users\Cyrus\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\ext\commands\core.py", line 744, in prepare
raise CheckFailure('The check functions for command {0.qualified_name} failed.'.format(self))
discord.ext.commands.errors.CheckFailure: The check functions for command test failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment