Skip to content

Commit b8f641f

Browse files
author
AffanTheBest
committed
remove parse mode
1 parent 78e7b27 commit b8f641f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bot.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ bot.command('start', (ctx) => { // start command
2323
ctx.reply(`Hello ${ctx.message.chat.first_name}, I can track price for Amazon & Flipkart products (Soon more).\n\nCheck /help to get started.\n`,
2424
{
2525
reply_to_message_id: ctx.message.message_id,
26-
parse_mode: "Markdown",
2726
reply_markup
2827
});
2928
manageUsers({ id: ctx.message.from.id, name: ctx.message.from.first_name }, 'update');

0 commit comments

Comments
 (0)