How do I send a premium button?
<message>.channel.send({
components: [
new ActionRowBuilder()
.addComponents(
new ButtonBuilder()
.setLabel('Premium')
.setStyle(6)
.setSKUId('skuid'))
]
})<message>.channel.send({
components: [
new ActionRowBuilder()
.addComponents(
new ButtonBuilder()
.setLabel('Premium')
.setStyle(6)
.setSKUId('skuid'))
]
})This error occurred.
Expected the value to be a string or number Expected the value to be a string or number
