From 032fee4ced9498ff191a82c2de77b4350509eced Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 26 Sep 2019 08:59:36 -0400 Subject: [PATCH] Updated Notify_discord (markdown) --- Notify_discord.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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