Updated Notify_discord (markdown)

Chris Caron 2024-01-31 21:40:14 -05:00
parent 0b4f4e9fee
commit b407de3648

@ -48,6 +48,8 @@ Discord can also support a variety of website arguments, the below identifies th
| 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.
| thread | No | Optionally set the `thread_id` you wish your message to be applied to.
#### Example
Send a discord notification: