Migration to Tongo, new logic for user storage #3
|
@ -75,6 +75,7 @@ func (b *Kicker) NewBot(chatID int64) echotron.Bot {
|
|||
nil,
|
||||
echotron.NewAPI(b.Token),
|
||||
}
|
||||
log.Println("New bot created with CaptchaTopic", result.CaptchaTopic)
|
||||
me, err := result.GetMe()
|
||||
if err != nil {
|
||||
log.Println(err)
|
||||
|
|
Loading…
Reference in New Issue