Browse Source

Merge pull request #24 from sentriz/patch-1

update discord setup url
pull/26/head
lead2gold 6 years ago committed by GitHub
parent
commit
8ff3fc2884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apprise/plugins/NotifyDiscord.py

2
apprise/plugins/NotifyDiscord.py

@ -59,7 +59,7 @@ class NotifyDiscord(NotifyBase):
secure_protocol = 'discord'
# A URL that takes you to the setup/help of the specific protocol
setup_url = 'https://github.com/caronc/apprise/wiki/Notify_discored'
setup_url = 'https://github.com/caronc/apprise/wiki/Notify_discord'
# Discord Webhook
notify_url = 'https://discordapp.com/api/webhooks'

Loading…
Cancel
Save