From ffefac2f2b0315a9114168917bb543b6f49f40d4 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 1 Dec 2020 11:46:16 -0500 Subject: [PATCH] Updated Notify_slack (markdown) --- Notify_slack.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify_slack.md b/Notify_slack.md index bd82e6b..13b992e 100644 --- a/Notify_slack.md +++ b/Notify_slack.md @@ -110,8 +110,8 @@ apprise -vv -t "Test Message Title" -b "Test Message Body" \ Perhaps you want to disable the footer, you can do so like so: ```bash # Assuming our {OAuthToken} is xoxb-1234-1234-4ddbc191d40ee098cbaae6f3523ada2d -# we want to send it to our #general channel +# we want to send it to our #general channel; %23 is the encoded way of representing the # # we set footer to no as well apprise -vv -t "Test Message Title" -b "Test Message Body" \ - slack://xoxb-1234-1234-4ddbc191d40ee098cbaae6f3523ada2d/#general?footer=no + slack://xoxb-1234-1234-4ddbc191d40ee098cbaae6f3523ada2d/%23general?footer=no ``` \ No newline at end of file