@discordjs/builders 2.0.0-dev.1740874411-d1f56ffb2 → 2.0.0-dev.1741219959-e273afbb9

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
@@ -2263,7 +2263,7 @@ var ChatInputCommandBuilder = class extends Mixin8(
2263
2263
  // src/interactions/commands/contextMenu/Assertions.ts
2264
2264
  import { ApplicationCommandType as ApplicationCommandType2, ApplicationIntegrationType as ApplicationIntegrationType2, InteractionContextType as InteractionContextType2 } from "discord-api-types/v10";
2265
2265
  import { z as z5 } from "zod";
2266
- var namePredicate2 = z5.string().min(1).max(32).regex(/^( *[\p{P}\p{L}\p{N}\p{sc=Devanagari}\p{sc=Thai}]+ *)+$/u);
2266
+ var namePredicate2 = z5.string().min(1).max(32).regex(/^(?:(?: *[\p{P}\p{L}\p{N}\p{sc=Devanagari}\p{sc=Thai}\p{Extended_Pictographic}\p{Emoji_Component}]) *)+$/u);
2267
2267
  var contextsPredicate = z5.array(z5.nativeEnum(InteractionContextType2));
2268
2268
  var integrationTypesPredicate = z5.array(z5.nativeEnum(ApplicationIntegrationType2));
2269
2269
  var baseContextMenuCommandPredicate = z5.object({
@@ -3318,7 +3318,7 @@ var PollBuilder = class {
3318
3318
  };
3319
3319
 
3320
3320
  // src/index.ts
3321
- var version = "2.0.0-dev.1740874411-d1f56ffb2";
3321
+ var version = "2.0.0-dev.1741219959-e273afbb9";
3322
3322
  export {
3323
3323
  ActionRowBuilder,
3324
3324
  ApplicationCommandNumericOptionMinMaxValueMixin,