ba0f3 / telebot.nim

Async Telegram Bot API Client implement in @Nim-Lang
MIT License
165 stars 24 forks source link

Shouldn't update callbacks always be called? #50

Closed watzon closed 4 years ago

watzon commented 4 years ago

Currently any onUpdate callbacks aren't called if the message has a command or an inline query. This kind of breaks my use case for this library, because there are certain things I want to do for every update that comes in. It would be a pretty simple fix and I could get a PR in if you want.

ba0f3 commented 4 years ago

fixed in previous release