@discordjs/builders 2.0.0-dev.1750896867-d53b20317 → 2.0.0-dev.1751371559-02fbb706a

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
@@ -1234,7 +1234,7 @@ var containerPredicate = z4.object({
1234
1234
  separatorPredicate,
1235
1235
  textDisplayPredicate
1236
1236
  ])
1237
- ).min(1).max(10),
1237
+ ).min(1),
1238
1238
  spoiler: z4.boolean().optional(),
1239
1239
  accent_color: z4.number().int().min(0).max(16777215).nullish()
1240
1240
  });
@@ -5295,7 +5295,7 @@ var MessageBuilder = class {
5295
5295
  };
5296
5296
 
5297
5297
  // src/index.ts
5298
- var version = "2.0.0-dev.1750896867-d53b20317";
5298
+ var version = "2.0.0-dev.1751371559-02fbb706a";
5299
5299
  export {
5300
5300
  ActionRowBuilder,
5301
5301
  AllowedMentionsBuilder,