python-discord-webhook icon indicating copy to clipboard operation
python-discord-webhook copied to clipboard

execute discord webhooks

Results 24 python-discord-webhook issues
Sort by recently updated
recently updated
newest added

AttributeError: 'DiscordEmbed' object has no attribute 'add_field' This doesn't allow the add_field feature for the discord embeds.

How can you edit a message or embed, on a laptop that takes more than 2 hours or 2 days (for example.) But my intention is to send a message,...

Add to allow for there to still be content in the non-embed part of a message. Useful for pinging roles when you still want to have an embed in the...

line: `embed = DiscordEmbed(title=(embedtitle), description=(embeddesc), color=(embedcolor))`

With embed, I tried multiple button modules but none seem to work.

```python File "..\addons\source-python\plugins\SurfTricks\libs\misc\discord.py", line 30, in from discord_webhook import DiscordEmbed File "..\addons\source-python\packages\custom\discord_webhook\__init__.py", line 5, in from .async_webhook import AsyncDiscordWebhook File "..\addons\source-python\packages\custom\discord_webhook\async_webhook.py", line 4, in from contextlib import asynccontextmanager ImportError: cannot...

I was trying to send a file to the webhook, i passed the bytecode string for the image and passed its name with the following code ```py from discord_webhook import...

Hi, I have a written [new Python package that provides a Python logging handler for Discord](https://github.com/tradingstrategy-ai/python-logging-discord-handler). It is good for - Get notified on server-side errors - Follow your batch...

1. If a webhook returns an error such as a 429 error, there should be a way to iterate through the supplied dict of proxies. 2. As far as I'm...

I have been working on installing and testing python-discord-webhook package for amd64 and arm64 architectures on my local server. While testing this package using **pytest**, I am getting the below...