fixes
sirlandalf lorenzo.landolfi97@gmail.com
Sat, 27 Jun 2015 04:20:32 +0200
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
updates.go
→
updates.go
@@ -12,11 +12,11 @@ panic(err)
} for _, update := range updates { - if update.UpdateID > config.Offset { + if update.UpdateID >= config.Offset { config.Offset = update.UpdateID + 1 + bot.Updates <- update } - bot.Updates <- update } } }()