@discordjs/builders 2.0.0-dev.1771286636-ccce987fa → 2.0.0-dev.1772307299-9ff67a03f
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 +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +13 -13
package/dist/index.d.mts
CHANGED
|
@@ -619,7 +619,7 @@ declare class StringSelectMenuBuilder extends BaseSelectMenuBuilder<APIStringSel
|
|
|
619
619
|
*
|
|
620
620
|
* @remarks
|
|
621
621
|
* This method behaves similarly
|
|
622
|
-
* to {@link https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/
|
|
622
|
+
* to {@link https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/splice | Array.prototype.splice()}.
|
|
623
623
|
* It's useful for modifying and adjusting the order of existing options.
|
|
624
624
|
* @example
|
|
625
625
|
* Remove the first option:
|
package/dist/index.d.ts
CHANGED
|
@@ -619,7 +619,7 @@ declare class StringSelectMenuBuilder extends BaseSelectMenuBuilder<APIStringSel
|
|
|
619
619
|
*
|
|
620
620
|
* @remarks
|
|
621
621
|
* This method behaves similarly
|
|
622
|
-
* to {@link https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/
|
|
622
|
+
* to {@link https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/splice | Array.prototype.splice()}.
|
|
623
623
|
* It's useful for modifying and adjusting the order of existing options.
|
|
624
624
|
* @example
|
|
625
625
|
* Remove the first option:
|
package/dist/index.js
CHANGED
|
@@ -1196,7 +1196,7 @@ var StringSelectMenuBuilder = class extends BaseSelectMenuBuilder {
|
|
|
1196
1196
|
*
|
|
1197
1197
|
* @remarks
|
|
1198
1198
|
* This method behaves similarly
|
|
1199
|
-
* to {@link https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/
|
|
1199
|
+
* to {@link https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/splice | Array.prototype.splice()}.
|
|
1200
1200
|
* It's useful for modifying and adjusting the order of existing options.
|
|
1201
1201
|
* @example
|
|
1202
1202
|
* Remove the first option:
|
|
@@ -2707,6 +2707,7 @@ var LabelBuilder = class extends ComponentBuilder {
|
|
|
2707
2707
|
const { component, ...rest } = data;
|
|
2708
2708
|
this.data = {
|
|
2709
2709
|
...structuredClone(rest),
|
|
2710
|
+
// @ts-expect-error Upcoming components update.
|
|
2710
2711
|
component: component ? createComponentBuilder(component) : void 0,
|
|
2711
2712
|
type: import_v1026.ComponentType.Label
|
|
2712
2713
|
};
|
|
@@ -5904,7 +5905,7 @@ var MessageBuilder = class {
|
|
|
5904
5905
|
};
|
|
5905
5906
|
|
|
5906
5907
|
// src/index.ts
|
|
5907
|
-
var version = "2.0.0-dev.
|
|
5908
|
+
var version = "2.0.0-dev.1772307299-9ff67a03f";
|
|
5908
5909
|
// Annotate the CommonJS export names for ESM import in node:
|
|
5909
5910
|
0 && (module.exports = {
|
|
5910
5911
|
ActionRowBuilder,
|