From da0c1e5433a09fa9bf1cdcba7ce0be33f49309a9 Mon Sep 17 00:00:00 2001 From: ITOH <72305210+itohatweb@users.noreply.github.com> Date: Tue, 13 Apr 2021 22:10:29 +0200 Subject: [PATCH] https://github.com/discord/discord-api-docs/pull/1659 --- src/types/audit_log/audit_log_entry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/audit_log/audit_log_entry.ts b/src/types/audit_log/audit_log_entry.ts index d08bb26b8..9b804d1f1 100644 --- a/src/types/audit_log/audit_log_entry.ts +++ b/src/types/audit_log/audit_log_entry.ts @@ -9,7 +9,7 @@ export interface AuditLogEntry { /** Changes made to the `target_id` */ changes?: AuditLogChange[]; /** The user who made the changes */ - userId: string; + userId: string | null; /** id of the entry */ id: string; /** Type of action that occured */