Compare commits
No commits in common. "5035a7388403e413e75927b7cc00c335975eb428" and "5dea0a7522654bbec989f4a26632c005f42b165b" have entirely different histories.
5035a73884
...
5dea0a7522
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue