EG
const stage = new Stage([pasportWizard]);
bot.use(stage.middleware());
bot.hears(/^Укр|Рус$/, (ctx) => {
// return ctx.scene.enter('pasportWizard')
});
Size: a a a
EG
const stage = new Stage([pasportWizard]);
bot.use(stage.middleware());
bot.hears(/^Укр|Рус$/, (ctx) => {
// return ctx.scene.enter('pasportWizard')
});
EG
bot.command('test', (ctx) => {
console.log(ctx.scene)
// return ctx.scene.enter('pasportWizard')
});
M
const stage = new Stage([pasportWizard]);
bot.use(stage.middleware());
bot.hears(/^Укр|Рус$/, (ctx) => {
// return ctx.scene.enter('pasportWizard')
});
stage.register()
забылM
EG
DR
M
EG
EG
EG
EG
DR
EG
M
EG
DR
EG
DR
M
EG