-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
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
feat(commands.cog): pass errors raised by cog_unload to the bot's on_error #1067
Conversation
This would be a breaking change, since the exception info in this case is no longer available through |
so if you don't have a logger setted up then you don't see the error? the original issue was a feature requesting to pass the error in the |
The root logger uses the
passing it into |
Co-authored-by: shiftinv <8530778+shiftinv@users.noreply.github.com> Signed-off-by: Snipy7374 <100313469+Snipy7374@users.noreply.github.com>
Summary
Checklist
pdm lint
pdm pyright