Compare commits

..

No commits in common. "5035a7388403e413e75927b7cc00c335975eb428" and "5dea0a7522654bbec989f4a26632c005f42b165b" have entirely different histories.

View file

@ -17,6 +17,7 @@ func (b *Bot) chatTypeStatsCounter(bot *telego.Bot, update telego.Update, next t
b.stats.GroupRequest() b.stats.GroupRequest()
case telego.ChatTypePrivate: case telego.ChatTypePrivate:
b.stats.PrivateRequest() b.stats.PrivateRequest()
b.stats.PrivateRequest()
} }
next(bot, update) next(bot, update)