github aahnik/tgcf v0.2.9
tgcf 0.2.9

latest releases: v.1.1.7, v1.1.1, v1.0.0...
3 years ago

Fix wrong triggering of commands when tgcf is deployed as user bot in live mode.

Like there is a command start, and it is expected that .start would trigger the command. But any character followed by the word start was triggering. This is because the telethon uses regex. Now this is solved by escaping the dot \. in commit abdb9bc.

Thanks to @Cryptotion for bringing this under my notice.

Don't miss a new tgcf release

NewReleases is sending notifications on new releases.