Добавлен раздел проектов

This commit is contained in:
2026-01-03 01:06:15 +03:00
parent c0b94c48c7
commit 7d1c8c63a9
7 changed files with 56 additions and 32 deletions

View File

@@ -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!'));