a single space

This commit is contained in:
Watn3y 2023-03-05 05:47:06 +01:00
parent 6a31972ad0
commit 21b665110b

View file

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