@discordjs/builders 1.14.0 → 1.14.1

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
@@ -951,7 +951,7 @@ var CheckboxGroupBuilder = class extends ComponentBuilder {
951
951
  *
952
952
  * @param options - The options to use
953
953
  */
954
- setOptions(options) {
954
+ setOptions(...options) {
955
955
  return this.spliceOptions(0, this.options.length, ...options);
956
956
  }
957
957
  /**
@@ -1170,7 +1170,7 @@ var RadioGroupBuilder = class extends ComponentBuilder {
1170
1170
  *
1171
1171
  * @param options - The options to use
1172
1172
  */
1173
- setOptions(options) {
1173
+ setOptions(...options) {
1174
1174
  return this.spliceOptions(0, this.options.length, ...options);
1175
1175
  }
1176
1176
  /**
@@ -4679,7 +4679,7 @@ function embedLength(data) {
4679
4679
  __name(embedLength, "embedLength");
4680
4680
 
4681
4681
  // src/index.ts
4682
- var version = "1.14.0";
4682
+ var version = "1.14.1";
4683
4683
  export {
4684
4684
  ActionRowBuilder,
4685
4685
  ApplicationCommandNumericOptionMinMaxValueMixin,