@discordjs/builders 1.2.1-dev.1663373436-0785353.0 → 1.2.1-dev.1663459904-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.js CHANGED
@@ -1009,10 +1009,10 @@ var allowedChannelTypes = [
1009
1009
  import_v1011.ChannelType.GuildText,
1010
1010
  import_v1011.ChannelType.GuildVoice,
1011
1011
  import_v1011.ChannelType.GuildCategory,
1012
- import_v1011.ChannelType.GuildNews,
1013
- import_v1011.ChannelType.GuildNewsThread,
1014
- import_v1011.ChannelType.GuildPublicThread,
1015
- import_v1011.ChannelType.GuildPrivateThread,
1012
+ import_v1011.ChannelType.GuildAnnouncement,
1013
+ import_v1011.ChannelType.AnnouncementThread,
1014
+ import_v1011.ChannelType.PublicThread,
1015
+ import_v1011.ChannelType.PrivateThread,
1016
1016
  import_v1011.ChannelType.GuildStageVoice
1017
1017
  ];
1018
1018
  var channelTypesPredicate = import_shapeshift6.s.array(import_shapeshift6.s.union(...allowedChannelTypes.map((type) => import_shapeshift6.s.literal(type))));