From 5716c5bc05cc3d3ba5085caada1969ccec3dd27c Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 27 Aug 2023 13:22:42 -0400 Subject: [PATCH] Updated Notify_discord (markdown) --- Notify_discord.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Notify_discord.md b/Notify_discord.md index ba9c9a0..feefdd3 100644 --- a/Notify_discord.md +++ b/Notify_discord.md @@ -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: