diff --git a/Notify_discord.md b/Notify_discord.md index 1a5d9a6..21118cd 100644 --- a/Notify_discord.md +++ b/Notify_discord.md @@ -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