diff --git a/commands/gsmarena.js b/commands/gsmarena.js index 2b01784..ac0a557 100644 --- a/commands/gsmarena.js +++ b/commands/gsmarena.js @@ -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 = `${userName}, Select a device:`; const options = { parse_mode: 'HTML',