mirror of
https://github.com/caronc/apprise.git
synced 2024-12-13 02:11:23 +01:00
Updated Notify_discord (markdown)
parent
4c50a67ff2
commit
f20bc1d722
@ -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**)
|
||||
|
Loading…
Reference in New Issue
Block a user