Skip to content

Commit

Permalink
mdable ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Zemani committed Aug 28, 2024
1 parent 76fcbb4 commit 5a68929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export const handleMenuCommand = async (
break;

case "درباره و حریم خصوصی":
await ctx.reply(ABOUT_PRIVACY_COMMAND_MESSAGE, {
await ctx.reply(escapeMarkdownV2(ABOUT_PRIVACY_COMMAND_MESSAGE), {
reply_markup: mainMenu,
parse_mode: "MarkdownV2",
});
Expand Down

0 comments on commit 5a68929

Please sign in to comment.