diff --git a/src/types/auditLog/auditLogChange.ts b/src/types/auditLog/auditLogChange.ts index be1453a31..998d528a8 100644 --- a/src/types/auditLog/auditLogChange.ts +++ b/src/types/auditLog/auditLogChange.ts @@ -79,7 +79,8 @@ export type AuditLogChange = | "mute" | "enable_emoticons" | "archived" - | "locked"; + | "locked" + | "invitable"; } | { newValue: Overwrite[];