diff --git a/updates.go b/updates.go index 8678238..7106201 100644 --- a/updates.go +++ b/updates.go @@ -16,7 +16,6 @@ func (bot *BotAPI) UpdatesChan(config UpdateConfig) (chan Update, error) { config.Offset = update.UpdateID + 1 bot.Updates <- update } - } } }()