• Creates a select menu containing the current list of courses

    Returns

    The row object to use as a components: [row] section of an interaction reply

    Parameters

    • customId: string

      ID to identify event-handler assigned to this menu

    • multi: boolean

      Whether to allow for multiple selections, if false, only one will be available at a time.

    Returns Promise<ActionRowBuilder<StringSelectMenuBuilder> | undefined>

Generated using TypeDoc