Compare commits
2 commits
5dea0a7522
...
5035a73884
Author | SHA1 | Date | |
---|---|---|---|
Alexey Skobkin | 5035a73884 | ||
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