Fixing private requests counter. #8

Merged
skobkin merged 1 commits from feature_4_configuration into main 2024-03-11 20:25:35 +00:00
1 changed files with 0 additions and 1 deletions

View File

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