mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
Merge pull request #29 from janspeller/develop
change telegram docu for better understandability
This commit is contained in:
commit
24f310e56f
|
|
@ -26,9 +26,9 @@ Außerdem werden Locations versendet, wenn die Felder `lat` und `lon` im Paket d
|
||||||
res: telegram
|
res: telegram
|
||||||
config:
|
config:
|
||||||
message: "{RIC}({SRIC})\n{MSG}"
|
message: "{RIC}({SRIC})\n{MSG}"
|
||||||
botToken: "{{ Telegram Bot Token }}"
|
botToken: "BOT_TOKEN"
|
||||||
chatIds:
|
chatIds:
|
||||||
- "{{ Telegram Chat Id }}"
|
- "CHAT_ID"
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue