doc/mod/notification-telegram: end all commands with a semicolon

This commit is contained in:
Christian Hesse 2023-11-08 17:31:39 +01:00
parent 255fc531ad
commit 59f8f30389

View file

@ -60,12 +60,12 @@ will now send it to your Telegram account.
But of course you can use the function to send notifications directly. Give But of course you can use the function to send notifications directly. Give
it a try: it a try:
$SendTelegram "Subject..." "Body..." $SendTelegram "Subject..." "Body...";
Alternatively this sends a notification with all available and configured Alternatively this sends a notification with all available and configured
methods: methods:
$SendNotification "Subject..." "Body..." $SendNotification "Subject..." "Body...";
To use the functions in your own scripts you have to declare them first. To use the functions in your own scripts you have to declare them first.
Place this before you call them: Place this before you call them: