mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 04:39:57 +00:00
refactor: Remove this as we do the map on inline_keyboard now
This commit is contained in:
parent
15f1cf79da
commit
1370640232
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user