#Skip Trust This Domain Button

1 messages · Page 1 of 1 (latest)

dense citrus

I am wondering is there a way to skip that button,

        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