I am wondering is there a way to skip that button, ```javascript row.addComponents( new ButtonBuilder() .setLabel('결제하기') .setStyle(ButtonStyle.Link) .setURL(`http://${domain}:3000/pay?id=${user.id}&amount=${point}&name=${user.username}&type=core`)) interaction.reply({embeds :[embed], components:[row], ephemeral: true }) ``` I just added like this code, But I want to skip as the pic