diff --git a/src/types/invites/invite.ts b/src/types/invites/invite.ts index a795158ec..f8cea227d 100644 --- a/src/types/invites/invite.ts +++ b/src/types/invites/invite.ts @@ -13,7 +13,7 @@ export interface Invite { /** The guild this invite is for */ guild?: Partial; /** The channel this invite is for */ - channel: Partial; + channel: Partial | null; /** The user who created the invite */ inviter?: User; /** The type of target for this voice channel invite */