@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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -294,7 +294,7 @@ declare abstract class BaseSelectMenuBuilder<Data extends APISelectMenuComponent
|
|
|
294
294
|
*/
|
|
295
295
|
setMinValues(minValues: number): this;
|
|
296
296
|
/**
|
|
297
|
-
* Sets the maximum values that
|
|
297
|
+
* Sets the maximum values that can be selected in the select menu.
|
|
298
298
|
*
|
|
299
299
|
* @param maxValues - The maximum values that can be selected
|
|
300
300
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -294,7 +294,7 @@ declare abstract class BaseSelectMenuBuilder<Data extends APISelectMenuComponent
|
|
|
294
294
|
*/
|
|
295
295
|
setMinValues(minValues: number): this;
|
|
296
296
|
/**
|
|
297
|
-
* Sets the maximum values that
|
|
297
|
+
* Sets the maximum values that can be selected in the select menu.
|
|
298
298
|
*
|
|
299
299
|
* @param maxValues - The maximum values that can be selected
|
|
300
300
|
*/
|
package/dist/index.js
CHANGED
|
@@ -705,7 +705,7 @@ var BaseSelectMenuBuilder = class extends ComponentBuilder {
|
|
|
705
705
|
return this;
|
|
706
706
|
}
|
|
707
707
|
/**
|
|
708
|
-
* Sets the maximum values that
|
|
708
|
+
* Sets the maximum values that can be selected in the select menu.
|
|
709
709
|
*
|
|
710
710
|
* @param maxValues - The maximum values that can be selected
|
|
711
711
|
*/
|
|
@@ -5751,7 +5751,7 @@ var MessageBuilder = class {
|
|
|
5751
5751
|
};
|
|
5752
5752
|
|
|
5753
5753
|
// src/index.ts
|
|
5754
|
-
var version = "2.0.0-dev.
|
|
5754
|
+
var version = "2.0.0-dev.1762387336-3cb3ecae2";
|
|
5755
5755
|
// Annotate the CommonJS export names for ESM import in node:
|
|
5756
5756
|
0 && (module.exports = {
|
|
5757
5757
|
ActionRowBuilder,
|