@discordjs/builders 1.2.1-dev.1663416242-0785353.0 → 1.2.1-dev.1663502665-669c3cd.0

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
@@ -929,10 +929,10 @@ var allowedChannelTypes = [
929
929
  ChannelType.GuildText,
930
930
  ChannelType.GuildVoice,
931
931
  ChannelType.GuildCategory,
932
- ChannelType.GuildNews,
933
- ChannelType.GuildNewsThread,
934
- ChannelType.GuildPublicThread,
935
- ChannelType.GuildPrivateThread,
932
+ ChannelType.GuildAnnouncement,
933
+ ChannelType.AnnouncementThread,
934
+ ChannelType.PublicThread,
935
+ ChannelType.PrivateThread,
936
936
  ChannelType.GuildStageVoice
937
937
  ];
938
938
  var channelTypesPredicate = s6.array(s6.union(...allowedChannelTypes.map((type) => s6.literal(type))));