diff --git a/Notify_discord.md b/Notify_discord.md index 6ff12fe..19f8386 100644 --- a/Notify_discord.md +++ b/Notify_discord.md @@ -21,7 +21,9 @@ The last part of the URL you're given make up the 2 tokens you need to send noti Valid syntaxes are as follows: * **discord**://**{WebhookID}**/**{WebhookToken}**/ * **discord**://**{userid}**@**{WebhookID}**/**{WebhookToken}**/ -* **discord**://**{WebhookID}**/**{WebhookToken}**/?tts=Yes + +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&thumbnail=Yes** ### Parameter Breakdown | Variable | Required | Description