python-discord-webhook
python-discord-webhook copied to clipboard
execute discord webhooks
why drop support for 3.8/3.9 in 2024
link = "Please click HERE!" webhook = AsyncDiscordWebhook(url=my_discord_webhook_url, content=link) await webook.execute() Or should links be sent differently?
…riptoin I spent like 30 minutes trying to figure out why my webhook wasnt sending with the picture
In [Version 0.26](https://github.com/encode/httpx/releases/tag/0.26.0) of `httpx` the `proxies` parameter was deprecated. Now in [version 0.28](https://github.com/encode/httpx/releases/tag/0.28.0) it got removed which breaks this package when being used with version 0.28+. I've provided a...
I'm running into a `JSONDecodeError` inside `handle_rate_limit`. I'm presuming this is happening when I'm hitting my webhook's rate limit and the retry code is kicking in. Version: 1.4.1 ``` Traceback...