We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e7b27 commit b8f641fCopy full SHA for b8f641f
bot.js
@@ -23,7 +23,6 @@ bot.command('start', (ctx) => { // start command
23
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`,
24
{
25
reply_to_message_id: ctx.message.message_id,
26
- parse_mode: "Markdown",
27
reply_markup
28
});
29
manageUsers({ id: ctx.message.from.id, name: ctx.message.from.first_name }, 'update');
0 commit comments