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.
- const content = { components: [row.setComponents(row.components.filter(x => !x.customId))] };
+ const content = { components: [row.setComponents(row.components.filter(x => !x.data.custom_id))] };
Was this page helpful?