Update 7_gateway.sh

This commit is contained in:
sofia
2026-01-21 18:33:05 +08:00
parent fc247210cb
commit 382a9b7be3

View File

@@ -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() {