a single space
This commit is contained in:
parent
6a31972ad0
commit
21b665110b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ func Authenticate() (tgbotapi.UpdatesChannel, *tgbotapi.BotAPI) {
|
||||||
|
|
||||||
u := tgbotapi.NewUpdate(0)
|
u := tgbotapi.NewUpdate(0)
|
||||||
u.Timeout = 60
|
u.Timeout = 60
|
||||||
log.Printf("[bot]Authorized on account %s", b.Self.UserName)
|
log.Printf("[bot] Authorized on account %s", b.Self.UserName)
|
||||||
|
|
||||||
return b.GetUpdatesChan(u), b
|
return b.GetUpdatesChan(u), b
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue