From fc2b23891e8627388a73a5fb6cf6a1f9907902dd Mon Sep 17 00:00:00 2001 From: Jan Speller Date: Mon, 13 Apr 2020 18:38:00 +0200 Subject: [PATCH] change telegram docu for better understandability --- docu/docs/plugin/telegram.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docu/docs/plugin/telegram.md b/docu/docs/plugin/telegram.md index cc5f0b2..c072556 100644 --- a/docu/docs/plugin/telegram.md +++ b/docu/docs/plugin/telegram.md @@ -26,9 +26,9 @@ Außerdem werden Locations versendet, wenn die Felder `lat` und `lon` im Paket d res: telegram config: message: "{RIC}({SRIC})\n{MSG}" - botToken: "{{ Telegram Bot Token }}" - chatIds: - - "{{ Telegram Chat Id }}" + botToken: "BOT_TOKEN" + chatIds: + - "CHAT_ID" ``` ---