From 382a9b7be3fa3636266298b00329b14cff9fa83e Mon Sep 17 00:00:00 2001 From: sofia <253282481+sofia-riese@users.noreply.github.com> Date: Wed, 21 Jan 2026 18:33:05 +0800 Subject: [PATCH] Update 7_gateway.sh --- scripts/menus/7_gateway.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/menus/7_gateway.sh b/scripts/menus/7_gateway.sh index 97745557..b8214827 100644 --- a/scripts/menus/7_gateway.sh +++ b/scripts/menus/7_gateway.sh @@ -236,7 +236,11 @@ EOF bot_api="https://api.telegram.org/bot$TOKEN" web_json_post "$bot_api/setMyCommands" "$JSON" web_json_post "$bot_api/sendMessage" '{"chat_id":"'"$chat_ID"'","text":"'"$TEXT"'","parse_mode":"Markdown"}' - echo -e "\033[32m$TEXT\033[0m" + + line_break + separator_line "=" + content_line "\033[32m$TEXT\033[0m" + separator_line "=" } set_bot_tg_init() {