@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.mjs CHANGED
@@ -1052,7 +1052,7 @@ var StringSelectMenuBuilder = class extends BaseSelectMenuBuilder {
1052
1052
  *
1053
1053
  * @remarks
1054
1054
  * This method behaves similarly
1055
- * to {@link https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/slice | Array.prototype.splice()}.
1055
+ * to {@link https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/splice | Array.prototype.splice()}.
1056
1056
  * It's useful for modifying and adjusting the order of existing options.
1057
1057
  * @example
1058
1058
  * Remove the first option:
@@ -2568,6 +2568,7 @@ var LabelBuilder = class extends ComponentBuilder {
2568
2568
  const { component, ...rest } = data;
2569
2569
  this.data = {
2570
2570
  ...structuredClone(rest),
2571
+ // @ts-expect-error Upcoming components update.
2571
2572
  component: component ? createComponentBuilder(component) : void 0,
2572
2573
  type: ComponentType25.Label
2573
2574
  };
@@ -5770,7 +5771,7 @@ var MessageBuilder = class {
5770
5771
  };
5771
5772
 
5772
5773
  // src/index.ts
5773
- var version = "2.0.0-dev.1771286636-ccce987fa";
5774
+ var version = "2.0.0-dev.1772307299-9ff67a03f";
5774
5775
  export {
5775
5776
  ActionRowBuilder,
5776
5777
  AllowedMentionsBuilder,