Skip to content

Commit

Permalink
Use HTML parse_mode for start command
Browse files Browse the repository at this point in the history
  • Loading branch information
backjonas committed Dec 11, 2024
1 parent 6c202a6 commit 224c4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down

0 comments on commit 224c4a4

Please sign in to comment.