Skip to content

Commit

Permalink
add example for multiple webhook urls
Browse files Browse the repository at this point in the history
  • Loading branch information
lovvskillz committed Dec 12, 2019
1 parent f18974a commit d63e3f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/multiple_webhook_urls.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from discord_webhook import DiscordWebhook

webhook_urls = ['webhook url 1', 'webhook url 2']
webhook = DiscordWebhook(url=webhook_urls, content='Webhook Message')
response = webhook.execute()

0 comments on commit d63e3f4

Please sign in to comment.