diff --git a/typings/index.d.ts b/typings/index.d.ts index 3a046059a..54a04853c 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -931,7 +931,7 @@ declare module 'discord.js' { export class Invite extends Base { constructor(client: Client, data: object); - public channel: GuildChannel; + public channel: GuildChannel | PartialGroupDMChannel; public code: string; public readonly deletable: boolean; public readonly createdAt: Date | null;