From b407de364829b0997a8c6d411ae179252f7e4563 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Wed, 31 Jan 2024 21:40:14 -0500 Subject: [PATCH] Updated Notify_discord (markdown) --- Notify_discord.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Notify_discord.md b/Notify_discord.md index 034aa4e..0d65378 100644 --- a/Notify_discord.md +++ b/Notify_discord.md @@ -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: