go-telegram / bot

Telegram Bot API Go framework
MIT License
753 stars 68 forks source link

Need order for registered bot.RegisterHandlerMatchFunc #113

Closed Simoron closed 2 months ago

Simoron commented 2 months ago

I have 2 match func with next conditions

if state == helpers.AddChannelKeywordsState && text == SkipText { return true } and

if state == helpers.AddChannelKeywordsState { return true }

I got random results

Need change map -> slice

negasus commented 2 months ago

Completed v1.8.1