diff --git a/cmd/bot/main.go b/cmd/bot/main.go index bac813a..9a5b9fc 100644 --- a/cmd/bot/main.go +++ b/cmd/bot/main.go @@ -48,7 +48,7 @@ func main() { u := tgbotapi.NewUpdate(0) u.Timeout = 60 - // bot user update channel + // bot user update chan updtChan := bot.GetUpdatesChan(u) // subs chann changeChan := make(chan *nats.Msg, 64)