refactor: Remove this as we do the map on inline_keyboard now

This commit is contained in:
GiovaniFZ 2024-09-07 00:00:25 -03:00
parent 15f1cf79da
commit 1370640232

View File

@ -198,10 +198,6 @@ module.exports = (bot) => {
return ctx.reply("No phones found.");
}
const buttons = results.map((result) => {
return Markup.button.callback(result.name, `details:${result.url}:${ctx.from.id}`);
});
const testUser = `<a href="tg://user?id=${userId}">${userName}</a>, Select a device:`;
const options = {
parse_mode: 'HTML',