We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I discovered that when another cog (tags) dispatches a command_error, the say cog receives it and throws these lines of traceback:
Ignoring exception in on_command_error Traceback (most recent call last): File "/home/synrg/.local/lib/python3.8/site-packages/discord/client.py", line 343, in _run_event await coro(*args, **kwargs) TypeError: on_command_error() got an unexpected keyword argument 'unhandled_by_cog'
I talked to @phenom4n4n about this and they have an idea for a PR.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I discovered that when another cog (tags) dispatches a command_error, the say cog receives it and throws these lines of traceback:
I talked to @phenom4n4n about this and they have an idea for a PR.
The text was updated successfully, but these errors were encountered: