Disabling Components
Set This Disabled After Sending.
This Below Code Not Working.
const buttonRow = new ActionRowBuilder()
.addComponents(
new ButtonBuilder()
.setLabel('NextFact')
.setCustomId('nxtfact')
.setStyle(ButtonStyle.Success),
)i.update({ components: [buttonRow.components[0].setDisabled(true)] })npm list discord.js and node node -v version?.from() method.components[0] doesnt exist on a ButtonBuilder.from()buttonRow.setDisabled(true).components[0].components[0]const newEmbed = EmbedBuilder.from(embed).setTitle("title")
const newRow = ActionRowBuilder.from(row).addComponents(component)