one useless line removed

bot-api-6.1
sirlandalf 2015-06-27 04:24:52 +02:00
parent 9f17771ecd
commit 4944eed2fa
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ func (bot *BotAPI) UpdatesChan(config UpdateConfig) (chan Update, error) {
config.Offset = update.UpdateID + 1
bot.Updates <- update
}
}
}
}()