diff --git a/packages/discord.js/typings/index.d.ts b/packages/discord.js/typings/index.d.ts index 83a412a29..e91195471 100644 --- a/packages/discord.js/typings/index.d.ts +++ b/packages/discord.js/typings/index.d.ts @@ -3284,11 +3284,7 @@ export class BaseGuildEmojiManager extends CachedManager { +export class CategoryChannelChildManager extends DataManager { private constructor(channel: CategoryChannel); public channel: CategoryChannel; @@ -5436,7 +5432,7 @@ export type VoiceBasedChannel = Extract; export type GuildBasedChannel = Extract; -export type NonCategoryGuildBasedChannel = Exclude; +export type CategoryChildChannel = Exclude, CategoryChannel>; export type NonThreadGuildBasedChannel = Exclude;