-C
Size: a a a
-C
-C
SB
bot.action(‘someAction’, ctx => {
// handle action here
})
….
someOtherListener(ctx=> {
// somehow call the ‘someAction’ action
})
EG
-C
m

EG
bot.hears('my text'), потом bot.use(stage.middleware());hears нельзя будет стартануть визард: TypeError: Cannot read property 'enter' of undefinedbot.use(stage.middleware()) потом bot.hears('my text'),m

EG
m
PM
EG
ee
ee
ee
m