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