Discord Python - Webhooks Send, Edit, Delete Messages

preview_player
Показать описание


💳 DONATE 💳
Bitcoin Wallet: bc1q05j8gcnq4mzvgj603cxdc8xxck4jgnu2ljsrt4
Ethereum Wallet: 0x5e7BD4f473f153d400b39D593A55D68Ce80F8a2e

🔗 Social Medias 🔗

⚡ Please leave a LIKE and SUBSCRIBE for more content! ⚡

🎬 My Gear 🎬
🔌 Second UPS (CyberPower BU650E): Couldn't find a link

💻 PC Parts 💻

⏱️Timestamps⏱️
Intro (0:00)
Generate a Webhook (1:27)
Send Messages (2:25)
Send Files (6:00)
Edit Messages (10:14)
Delete Messages (12:23)

⭐ Tags ⭐
- Discord Tutorials
- Discord Python
- Python Discord Tutorial
- Discord Tutorial for Beginners

⭐ Hashtags ⭐
#discord #python #automation
Рекомендации по теме
Комментарии
Автор

it says "line 2, in <module>
from discord import Webhook, AsyncWebhookAdapter
ImportError: cannot import name 'AsyncWebhookAdapter' from 'discord' " but i installed discord module

Pearl
Автор

hey man i dont understand how safe it is or how to download the discord module etc.

swworn
Автор

i dont get any error codes but it doesnt say anything why?

reavzlololol
Автор

it says after i cliick the play button,
Traceback (most recent call last):
File Webhooks\main.py", line 1, in <module>
import requests
ModuleNotFoundError: No module named 'requests'

hakanayan
Автор

just found your channel. very nice video tutorials, thank you

i was watching selenium series.
had a idea to use chrome selenium in colab but it does not work for some reason,


if you have time can you try make it work in colab. (possible video idea)

thanks, have good day

nova-man
Автор

So webhooks its kinda how we create discord bots ?

ramzbew
Автор

how can I send views through a webhook

sorrym
Автор

NameError: name 'Embed' is not defined

narikodanhridul
Автор

import requests
from discord import Webhook, RequestWebhookAdapter

webhook = Webhook.partial(123456, 'abcdefg',
webhook.send('Hello World', username='Foo')

porgl