From 5cf2e6791ae3c8eb76c084687b54379cb7dc89e3 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 25 Aug 2020 07:23:22 -0400 Subject: [PATCH] Updated Notify_telegram (markdown) --- Notify_telegram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify_telegram.md b/Notify_telegram.md index 49d1a43..337a084 100644 --- a/Notify_telegram.md +++ b/Notify_telegram.md @@ -67,5 +67,5 @@ Send a telegram notification to lead2gold: # Assuming our {bot_token} is 123456789:abcdefg_hijklmnop # Assuming the {chat_id} belonging to lead2gold is 12315544 apprise -vv -t "Test Message Title" -b "Test Message Body" \ - tgram:///123456789:abcdefg_hijklmnop/12315544/ + tgram://123456789:abcdefg_hijklmnop/12315544/ ``` \ No newline at end of file