mirror of https://github.com/caronc/apprise
Updated Notify_discord (markdown)
parent
98ded8a17b
commit
032fee4ced
|
@ -21,12 +21,12 @@ The last part of the URL you're given make up the 2 tokens you need to send noti
|
|||
|
||||
### Syntax
|
||||
Valid syntaxes are as follows:
|
||||
* ```https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken}```
|
||||
* **discord**://**{WebhookID}**/**{WebhookToken}**/
|
||||
* **discord**://**{userid}**@**{WebhookID}**/**{WebhookToken}**/
|
||||
* `https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken}`
|
||||
* `discord://{WebhookID}/{WebhookToken}/`
|
||||
* `discord://{userid}@{WebhookID}/{WebhookToken}/`
|
||||
|
||||
Discord can also support a variety of website arguments, the below identifies the defaults and therefore do not need to be specified unless you want to override them:
|
||||
* **discord**://**{WebhookID}**/**{WebhookToken}**/**?tts=No&avatar=Yes&footer=No&image=Yes**
|
||||
* `discord://{WebhookID}/{WebhookToken}/?tts=No&avatar=Yes&footer=No&image=Yes`
|
||||
|
||||
### Parameter Breakdown
|
||||
| Variable | Required | Description
|
||||
|
|
Loading…
Reference in New Issue