Update sendmessage.php

This commit is contained in:
jakani24
2024-03-12 15:31:10 +01:00
parent e28496b9d9
commit 402fd62330

View File

@@ -20,6 +20,7 @@ function send($message){
echo "Telegram Bot API Key: " . $telegram_bot; echo "Telegram Bot API Key: " . $telegram_bot;
} }
} }
send("");
?> ?>