Migration to Tongo, new logic for user storage #3

Merged
nefrace merged 19 commits from tongo into master 2023-09-10 13:10:33 +03:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit bb0862ba8b - Show all commits

View File

@ -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)