diff --git a/frontend/telegram_bot.go b/frontend/telegram_bot.go index 4767e42..3a8c421 100644 --- a/frontend/telegram_bot.go +++ b/frontend/telegram_bot.go @@ -145,7 +145,7 @@ func webHandlerTelegramBot(w http.ResponseWriter, r *http.Request) { } commandResult = strings.TrimSpace(commandResult) - if len(commandResult) < 0 { + if len(commandResult) <= 0 { commandResult = "empty result" }