Artem Gavrysh
Results
2
comments of
Artem Gavrysh
@michaelreda Try to catch actions in callbacks and do your stuff there. Alike: ``` const callbacks = [{ event: 'postback:START', callback: (payload, convo, data) => { convo.end(); bot._handleEvent('postback:START', payload, data);...
@tevfik6 && @gecugamo try this: ``` LC_CTYPE=C && source ~/.bash_profile ```