diff --git a/packages/discord.js/typings/index.d.ts b/packages/discord.js/typings/index.d.ts index 27015a8c6cf5..0ea2b3c9e7b3 100644 --- a/packages/discord.js/typings/index.d.ts +++ b/packages/discord.js/typings/index.d.ts @@ -2255,8 +2255,8 @@ export class Invite extends Base { public inviterId: Snowflake | null; public maxAge: number | null; public maxUses: number | null; - public memberCount: number; - public presenceCount: number; + public memberCount: number | null; + public presenceCount: number | null; public targetApplication: IntegrationApplication | null; public targetUser: User | null; public targetType: InviteTargetType | null;