#Skip Trust This Domain Button

2 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

#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.