From 535dca65f139b0e6e4da19db8af3b72e8307241e Mon Sep 17 00:00:00 2001 From: Kirill Chikalin Date: Mon, 2 Jun 2025 07:49:02 +0300 Subject: [PATCH] fix text to send --- sendMessage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sendMessage b/sendMessage index 498a8d9..31aed10 100755 --- a/sendMessage +++ b/sendMessage @@ -9,7 +9,7 @@ DOWNLOAD_URL="$5" # Необязательный # Базовый JSON без reply_markup JSON=$(jq -nc \ --arg chat_id "$CHAT_ID" \ - --arg text "$PARSED_TEXT" \ + --arg text "$TEXT" \ '{ chat_id: $chat_id, text: $text,