diff --git a/src/types/invites/get_invite.ts b/src/types/invites/get_invite.ts index 46a3caaad..44ef3f652 100644 --- a/src/types/invites/get_invite.ts +++ b/src/types/invites/get_invite.ts @@ -2,4 +2,6 @@ export interface GetInvite { /** Whether the invite should contain approximate member counts */ withCounts?: boolean; + /** Whether the invite should contain the expiration date. */ + withExpiration?: boolean; }