diff --git a/telegram.go b/telegram.go index b543ce9..d1d5a84 100644 --- a/telegram.go +++ b/telegram.go @@ -23,7 +23,7 @@ func InitTelegramBot() error { } func SendTelegramMessage(text string) { - if TelegramBot == nil { + if TelegramBot == nil || strings.TrimSpace(text) == "" { return }