diff --git a/packages/discord.js/typings/index.d.ts b/packages/discord.js/typings/index.d.ts index 8927f59bb..537b04ac6 100644 --- a/packages/discord.js/typings/index.d.ts +++ b/packages/discord.js/typings/index.d.ts @@ -5217,18 +5217,20 @@ export type BitFieldResolvable]; - GuildEmojiManager: [manager: typeof GuildEmojiManager, holds: typeof GuildEmoji]; // TODO: ChannelManager: [manager: typeof ChannelManager, holds: typeof Channel]; - // TODO: GuildChannelManager: [manager: typeof GuildChannelManager, holds: typeof GuildChannel]; - // TODO: GuildManager: [manager: typeof GuildManager, holds: typeof Guild]; - GuildMemberManager: [manager: typeof GuildMemberManager, holds: typeof GuildMember]; + DMMessageManager: [manager: typeof MessageManager, holds: typeof Message]; + EntitlementManager: [manager: typeof EntitlementManager, holds: typeof Entitlement]; GuildBanManager: [manager: typeof GuildBanManager, holds: typeof GuildBan]; + // TODO: GuildChannelManager: [manager: typeof GuildChannelManager, holds: typeof GuildChannel]; + GuildEmojiManager: [manager: typeof GuildEmojiManager, holds: typeof GuildEmoji]; GuildForumThreadManager: [manager: typeof GuildForumThreadManager, holds: typeof ThreadChannel]; GuildInviteManager: [manager: typeof GuildInviteManager, holds: typeof Invite]; + // TODO: GuildManager: [manager: typeof GuildManager, holds: typeof Guild]; + GuildMemberManager: [manager: typeof GuildMemberManager, holds: typeof GuildMember]; GuildMessageManager: [manager: typeof GuildMessageManager, holds: typeof Message]; GuildScheduledEventManager: [manager: typeof GuildScheduledEventManager, holds: typeof GuildScheduledEvent]; GuildStickerManager: [manager: typeof GuildStickerManager, holds: typeof Sticker];