@discordjs/builders 2.0.0-dev.1762214509-4359914d1 → 2.0.0-dev.1762387336-3cb3ecae2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -562,7 +562,7 @@ var BaseSelectMenuBuilder = class extends ComponentBuilder {
562
562
  return this;
563
563
  }
564
564
  /**
565
- * Sets the maximum values that must be selected in the select menu.
565
+ * Sets the maximum values that can be selected in the select menu.
566
566
  *
567
567
  * @param maxValues - The maximum values that can be selected
568
568
  */
@@ -5623,7 +5623,7 @@ var MessageBuilder = class {
5623
5623
  };
5624
5624
 
5625
5625
  // src/index.ts
5626
- var version = "2.0.0-dev.1762214509-4359914d1";
5626
+ var version = "2.0.0-dev.1762387336-3cb3ecae2";
5627
5627
  export {
5628
5628
  ActionRowBuilder,
5629
5629
  AllowedMentionsBuilder,