Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python discord webhook

from discord_webhook import DiscordWebhook

webhook = DiscordWebhook(url='your webhook url', content='Webhook Message')
response = webhook.execute()
Source by pypi.org #
 
PREVIOUS NEXT
Tagged: #python #discord #webhook
ADD COMMENT
Topic
Name
8+3 =