-
It seems like this package currently doesn't support queued notifications?
-
raceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/requests/models.py", line 379, in prepare_url
scheme, auth, host, port, pa…
-
**Describe the bug**
In recent weeks, once a day the LHS stopped working and threw the error below. Since yesterday it has entered the error right after the bot starts, throws the exception, and in t…
-
Is it possible to embed youtube videos?
-
Any Help?
`public static void SendLoginLog()
{
DiscordWebhook hook = new DiscordWebhook();
hook.Url = "URL";
DiscordMessage message = new…
-
Hey,
I took a look at `DiscordWebhook.json` property which is accessed in `DiscordWebhook.execute` method.
When you call `DiscordWebhook.execute()` method in your Python code there are still Dis…
-
Module discord_webhook not installed, to install run 'py -3 -m pip install discord_webhook'
Press enter to exit
![image](https://user-images.githubusercontent.com/80974924/115031255-3da7ff80-9ec8-…
-
I'm posting the same embedded content to multiple (5 in total) different discord channels. Each DiscordWebhook is executed within the same function where the one DiscordEmbed is declared i.e.
```
…
-
The webhook stops transmitting data to Discord after a while. It happened thrice now, the first one happened after the script has been running for 12 hours, the second one the script is running for 9 …
r1bnc updated
3 years ago
-
After inspection of the python-discord-webhook code base, I could not find any functionality that allowed for the webhook to be executed again if the user has received a status_code of 429 and is bein…