@discordjs/builders 2.0.0-dev.1783513686-6e81ea771 → 2.0.0-dev.1784246195-c73e2a76d

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
@@ -149,7 +149,7 @@ var selectMenuBasePredicate = z3.object({
149
149
  id: idPredicate,
150
150
  placeholder: z3.string().max(150).optional(),
151
151
  min_values: z3.number().min(0).max(25).optional(),
152
- max_values: z3.number().min(0).max(25).optional(),
152
+ max_values: z3.number().min(1).max(25).optional(),
153
153
  custom_id: customIdPredicate,
154
154
  disabled: z3.boolean().optional()
155
155
  });
@@ -5905,7 +5905,7 @@ var MessageBuilder = class {
5905
5905
  };
5906
5906
 
5907
5907
  // src/index.ts
5908
- var version = "2.0.0-dev.1783513686-6e81ea771";
5908
+ var version = "2.0.0-dev.1784246195-c73e2a76d";
5909
5909
  export {
5910
5910
  ActionRowBuilder,
5911
5911
  AllowedMentionsBuilder,