f
Size: a a a
f
JD
Y💜
АШ
АШ
f
JD
stage.command('shit')
АШ
import { Stage } from 'telegraf';
const stage = new Stage([scene1, scene2, scene3, ...]);
stage.command('shit', ctx => {})
bot.use(session()); // to be precise, session is not a must have for Scenes to work, but it sure is lonely without one
bot.use(stage.middleware());
Y💜
JD
JD
stage.catch()
i
Y💜
stage.catch()
JD
JD
i
JD
JD
DS
OS