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
|
### Syntax
|
||||||
Valid syntaxes are as follows:
|
Valid syntaxes are as follows:
|
||||||
* ```https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken}```
|
* `https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken}`
|
||||||
* **discord**://**{WebhookID}**/**{WebhookToken}**/
|
* `discord://{WebhookID}/{WebhookToken}/`
|
||||||
* **discord**://**{userid}**@**{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 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
|
### Parameter Breakdown
|
||||||
| Variable | Required | Description
|
| Variable | Required | Description
|
||||||
|
|
Loading…
Reference in New Issue