Merge pull request 'Fixing private requests counter.' (#8) from feature_4_configuration into main
Reviewed-on: #8
This commit is contained in:
commit
5035a73884
|
@ -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