huruhuru - v0.0.1
    Preparing search index...

    Function makeRow

    • Build an ActionRowBuilder from an array of component builders.

      Type Parameters

      • T extends AnyComponentBuilder

      Parameters

      • components: T[]

        Array of component builders to add to the row.

      Returns ActionRowBuilder<T>

      An ActionRowBuilder containing the provided components.

      const row = makeRow([button1, button2]);