Vladimir Nazarov
Results
1
comments of
Vladimir Nazarov
@mehranrasulian Just move all involved text message handlers into "*" handler. So my example would be: ```js bot.on('*', (msg) => { if (msg.text && msg.text.match(/message/)) { return bot.sendMessage(msg.from.id, '?', {ask:...