@discordjs/builders 2.0.0-dev.1761912106-d06d8c080 → 2.0.0-dev.1762041719-06a75e80b

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
@@ -461,7 +461,7 @@ var FileUploadBuilder = class extends ComponentBuilder {
461
461
  /**
462
462
  * Sets the maximum number of file uploads required.
463
463
  *
464
- * @param maxValues - The maximum values that must be uploaded
464
+ * @param maxValues - The maximum values that can be uploaded
465
465
  */
466
466
  setMaxValues(maxValues) {
467
467
  this.data.max_values = maxValues;
@@ -564,7 +564,7 @@ var BaseSelectMenuBuilder = class extends ComponentBuilder {
564
564
  /**
565
565
  * Sets the maximum values that must be selected in the select menu.
566
566
  *
567
- * @param maxValues - The maximum values that must be selected
567
+ * @param maxValues - The maximum values that can be selected
568
568
  */
569
569
  setMaxValues(maxValues) {
570
570
  this.data.max_values = maxValues;
@@ -5623,7 +5623,7 @@ var MessageBuilder = class {
5623
5623
  };
5624
5624
 
5625
5625
  // src/index.ts
5626
- var version = "2.0.0-dev.1761912106-d06d8c080";
5626
+ var version = "2.0.0-dev.1762041719-06a75e80b";
5627
5627
  export {
5628
5628
  ActionRowBuilder,
5629
5629
  AllowedMentionsBuilder,