Sample commit

This commit is contained in:
Lucas Gabriel 2024-10-03 22:28:00 -03:00 committed by GiovaniFZ
parent bbfd663636
commit b99b19cabc
No known key found for this signature in database
GPG Key ID: 63DD92181B575322

View File

@ -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
}
);
});
});
};