@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.d.mts CHANGED
@@ -223,7 +223,7 @@ declare class FileUploadBuilder extends ComponentBuilder<APIFileUploadComponent>
223
223
  /**
224
224
  * Sets the maximum number of file uploads required.
225
225
  *
226
- * @param maxValues - The maximum values that must be uploaded
226
+ * @param maxValues - The maximum values that can be uploaded
227
227
  */
228
228
  setMaxValues(maxValues: number): this;
229
229
  /**
@@ -296,7 +296,7 @@ declare abstract class BaseSelectMenuBuilder<Data extends APISelectMenuComponent
296
296
  /**
297
297
  * Sets the maximum values that must be selected in the select menu.
298
298
  *
299
- * @param maxValues - The maximum values that must be selected
299
+ * @param maxValues - The maximum values that can be selected
300
300
  */
301
301
  setMaxValues(maxValues: number): this;
302
302
  /**
package/dist/index.d.ts CHANGED
@@ -223,7 +223,7 @@ declare class FileUploadBuilder extends ComponentBuilder<APIFileUploadComponent>
223
223
  /**
224
224
  * Sets the maximum number of file uploads required.
225
225
  *
226
- * @param maxValues - The maximum values that must be uploaded
226
+ * @param maxValues - The maximum values that can be uploaded
227
227
  */
228
228
  setMaxValues(maxValues: number): this;
229
229
  /**
@@ -296,7 +296,7 @@ declare abstract class BaseSelectMenuBuilder<Data extends APISelectMenuComponent
296
296
  /**
297
297
  * Sets the maximum values that must be selected in the select menu.
298
298
  *
299
- * @param maxValues - The maximum values that must be selected
299
+ * @param maxValues - The maximum values that can be selected
300
300
  */
301
301
  setMaxValues(maxValues: number): this;
302
302
  /**
package/dist/index.js CHANGED
@@ -607,7 +607,7 @@ var FileUploadBuilder = class extends ComponentBuilder {
607
607
  /**
608
608
  * Sets the maximum number of file uploads required.
609
609
  *
610
- * @param maxValues - The maximum values that must be uploaded
610
+ * @param maxValues - The maximum values that can be uploaded
611
611
  */
612
612
  setMaxValues(maxValues) {
613
613
  this.data.max_values = maxValues;
@@ -707,7 +707,7 @@ var BaseSelectMenuBuilder = class extends ComponentBuilder {
707
707
  /**
708
708
  * Sets the maximum values that must be selected in the select menu.
709
709
  *
710
- * @param maxValues - The maximum values that must be selected
710
+ * @param maxValues - The maximum values that can be selected
711
711
  */
712
712
  setMaxValues(maxValues) {
713
713
  this.data.max_values = maxValues;
@@ -5751,7 +5751,7 @@ var MessageBuilder = class {
5751
5751
  };
5752
5752
 
5753
5753
  // src/index.ts
5754
- var version = "2.0.0-dev.1761912106-d06d8c080";
5754
+ var version = "2.0.0-dev.1762041719-06a75e80b";
5755
5755
  // Annotate the CommonJS export names for ESM import in node:
5756
5756
  0 && (module.exports = {
5757
5757
  ActionRowBuilder,