From 224c4a46d2dae64e108680e144c99be7a3ea90e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20B=C3=A4ck?= Date: Wed, 11 Dec 2024 10:01:17 +0200 Subject: [PATCH] Use HTML parse_mode for start command --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 12f8f1c..8165b67 100644 --- a/src/index.ts +++ b/src/index.ts @@ -347,7 +347,7 @@ bot.command('info', async (ctx) => { }) bot.command('start', async (ctx) => { - return ctx.reply(formattedInfoString) + return ctx.reply(formattedInfoString, { parse_mode: 'HTML' }) }) bot.telegram.setMyCommands([