From 6f53571a42f24b344995cfa2e61d9436cdf73460 Mon Sep 17 00:00:00 2001 From: Marianne Spiller Date: Tue, 20 Aug 2019 11:43:23 +0200 Subject: [PATCH] Update README.md Using `telegram_chatid` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5c98df..70e6a78 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ object NotificationCommand "Notify Host By Telegram" { } "-q" = { required = true - value = "$telegram_botid$" + value = "$telegram_chatid$" } "-r" = { required = true @@ -148,7 +148,7 @@ object NotificationCommand "Notify Service By Telegram" { } "-q" = { required = true - value = "$telegram_botid$" + value = "$telegram_chatid$" } "-r" = { required = true