diff --git a/Notify_discord.md b/Notify_discord.md index caa6168..bd436bb 100644 --- a/Notify_discord.md +++ b/Notify_discord.md @@ -24,7 +24,7 @@ The last part of the URL you're given make up the 2 tokens you need to send noti Valid syntaxes are as follows: * `https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken}` * `discord://{WebhookID}/{WebhookToken}/` -* `discord://{userid}@{WebhookID}/{WebhookToken}/` +* `discord://{user}@{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` @@ -34,7 +34,7 @@ Discord can also support a variety of website arguments, the below identifies th | ----------- | -------- | ----------- | WebhookID | Yes | The first part of 2 tokens provided to you after creating a *incoming-webhook* | WebhookToken| Yes | The second part of 2 tokens provided to you after creating a *incoming-webhook* -| userid | No | Identify the name of the bot that should issue the message. If one isn't specified then the default is to just use your account (associated with the *incoming-webhook*). +| user | No | Identify the name of the bot that should issue the message. If one isn't specified then the default is to just use your account (associated with the *incoming-webhook*). | tts | No | Enable Text-To-Speech (by default is is set to **No**) | footer | No | Include a message footer (by default is is set to **No**) | image | No | Include an image in-line with the message describing the notification type (by default is is set to **Yes**)