python-discord-webhook
python-discord-webhook copied to clipboard
raise exception instead of log an error
Hi,
This is just a suggestion, and this might not be ideal as it changes existing error handling functionality.
I would like to handle the errors, from the library, and not have the library log an error. This is so that I get a stack trace, and can fix the error, rather than have a short confusing discord error I'm finding hard to debug
I like how the library handles rate limiting many requests
Thanks