This commit is contained in:
nefrace 2023-02-14 11:17:01 +03:00
parent 1c4a0adb61
commit bb0862ba8b
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ func (b *Kicker) NewBot(chatID int64) echotron.Bot {
nil, nil,
echotron.NewAPI(b.Token), echotron.NewAPI(b.Token),
} }
log.Println("New bot created with CaptchaTopic", result.CaptchaTopic)
me, err := result.GetMe() me, err := result.GetMe()
if err != nil { if err != nil {
log.Println(err) log.Println(err)