diff --git a/pkg/notifier/telegramnotifier/interaction.go b/pkg/notifier/telegramnotifier/interaction.go index 9bdf32334..a41baf328 100644 --- a/pkg/notifier/telegramnotifier/interaction.go +++ b/pkg/notifier/telegramnotifier/interaction.go @@ -82,6 +82,7 @@ func (it *Interaction) HandleInfo(m *telebot.Message) { func (it *Interaction) SendToOwner(message string) { if it.session.OwnerChat == nil { + log.Warnf("owner's chat is not configured, you need to auth first") return }