Fixing private requests counter.
This commit is contained in:
parent
eecb5aa09b
commit
fe5db2b06f
|
@ -17,7 +17,6 @@ func (b *Bot) chatTypeStatsCounter(bot *telego.Bot, update telego.Update, next t
|
|||
b.stats.GroupRequest()
|
||||
case telego.ChatTypePrivate:
|
||||
b.stats.PrivateRequest()
|
||||
b.stats.PrivateRequest()
|
||||
}
|
||||
|
||||
next(bot, update)
|
||||
|
|
Loading…
Reference in a new issue