Compare commits

..

No commits in common. "master" and "v0.0.2" have entirely different histories.

View File

@ -48,7 +48,7 @@ func main() {
u := tgbotapi.NewUpdate(0)
u.Timeout = 60
// bot user update chan
// bot user update channel
updtChan := bot.GetUpdatesChan(u)
// subs chann
changeChan := make(chan *nats.Msg, 64)