Updated Notify_discord (markdown)

master
Chris Caron 2019-09-26 08:59:36 -04:00
parent 98ded8a17b
commit 032fee4ced
1 changed files with 4 additions and 4 deletions

@ -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