Build an ActionRowBuilder from an array of component builders.
ActionRowBuilder
Array of component builders to add to the row.
An ActionRowBuilder containing the provided components.
const row = makeRow([button1, button2]); Copy
const row = makeRow([button1, button2]);
Build an
ActionRowBuilderfrom an array of component builders.