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()
|
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