From 7de8a59be8a0c64843a93d346ceb66e3b6cb696e Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Fri, 13 Dec 2024 15:37:43 -0400 Subject: [PATCH] forece push --- cmd/bot/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)