mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 12:49:57 +00:00
Sample commit
This commit is contained in:
parent
46295fe1b9
commit
9348136b6a
@ -11,8 +11,7 @@ module.exports = (bot) => {
|
||||
caption: Strings.lynxWelcome,
|
||||
parse_mode: 'Markdown',
|
||||
reply_to_message_id: ctx.message.message_id
|
||||
}
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
bot.command('privacy', spamwatchMiddleware, async (ctx) => {
|
||||
@ -22,7 +21,6 @@ module.exports = (bot) => {
|
||||
parse_mode: 'Markdown',
|
||||
disable_web_page_preview: true,
|
||||
reply_to_message_id: ctx.message.message_id
|
||||
}
|
||||
);
|
||||
});
|
||||
});
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user