From 0ac2c0337015006b803fcfc78fefe3348dee0832 Mon Sep 17 00:00:00 2001 From: lts20050703 <87189679+lts20050703@users.noreply.github.com> Date: Wed, 26 Jan 2022 09:42:46 +0700 Subject: [PATCH] Document thread invitable audit log change key --- src/types/auditLog/auditLogChange.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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[];