diff --git a/API-Functions.ahk b/API-Functions.ahk index a367abe..2dfb54e 100644 --- a/API-Functions.ahk +++ b/API-Functions.ahk @@ -117,7 +117,7 @@ SendTelegramMessage(token, chatID, text := "", ParseMode := "MarkdownV2") json_resp := whr.ResponseText whr := ; free COM object ; Msgbox % "json_resp: " json_resp - if(InStr(json_resp, "error_code")) + ; if(InStr(json_resp, "error_code")) Return json_resp }