Skip to content

Commit a930c13

Browse files
committed
Test static markdown
1 parent 5190907 commit a930c13

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apps/bot/src/bot.service.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ export class BotService implements OnModuleInit {
4545
this.logger.log(`Received ${event} from ${ctx.chat.id}`);
4646
this.updateHandler.handle(ctx, event);
4747
this.questionHandler.handle(ctx);
48+
49+
const text = `No, there is no specific report provided that is more recent than the request made on June 11, 2025. [[1]](https://t.me/c/1997495218/1073) [[2]](https://t.me/c/1997495218/1090) [[3]](https://t.me/c/1997495218/763)`;
50+
51+
ctx.reply(text, { parse_mode: 'MarkdownV2' });
52+
4853
return;
4954
});
5055
});

0 commit comments

Comments
 (0)