Добавлен раздел проектов
This commit is contained in:
2
index.ts
2
index.ts
@@ -9,7 +9,7 @@ bot.use(menu);
|
||||
bot.command('start', cmdStart);
|
||||
bot.command('help', cmdHelp);
|
||||
bot.command('menu', async (ctx) => {
|
||||
await ctx.reply('🛣️ Навигация', { reply_markup: menu });
|
||||
await ctx.reply('🛣️ Навигация', { reply_markup: menu });
|
||||
});
|
||||
bot.on('message', (ctx) => ctx.reply('Got another message!'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user