Updated Notify_discord (markdown)

Chris Caron 2023-08-27 13:22:42 -04:00
parent 538c19b866
commit 5716c5bc05

@ -42,6 +42,7 @@ Discord can also support a variety of website arguments, the below identifies th
| avatar | No | Over-ride the default discord avatar icon and replace it with one identify the notification type (by default is is set to **Yes**)
| avatar_url | No | Over-ride the default discord avatar icon URL. By default this is not set and Apprise chooses the URL dynamically based on the type of message (info, success, warning, or error).
| format | No | The default value of this is _text_. But if you plan on managing the format yourself, you can optionally set this to _markdown_. If the mode is set to markdown, apprise will scan for header entries (usually on lines by themselves surrounded by hashtags (#)) and will place these inside embedded objects. This is done to give a nicer presentation.
| href | No | Identify a URL the title should link to when posting the Discord Notification. This forces the post into `markdown` format in order to leverage the `embeds` section of Discord. You can also use `url=` as an alias of this as well.
#### Example
Send a discord notification: