Change in ActionRow stuff
Feeling a bit stupid, what change in v14 is related to this being needed?
row is an ActionRowBuilder, not a received row.
console.log(row)row.setComponents(row.components.filter(x => x.style === ButtonStyle.Link))ButtonStyle.Linkrow.components.filter(x => !x.customId)x.<customId>ActionRowBuilder {
data: { type: 1 },
components: [
ButtonBuilder { data: [Object] },
ButtonBuilder { data: [Object] },
ButtonBuilder { data: [Object] }
]
}interaction.editReply({ components: [{ ...row, components: row.components.filter(x => x.style === ButtonStyle.Link) }] })