fix: Audit log UserId can be null (#1794)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Discord.API
|
||||
[JsonProperty("target_id")]
|
||||
public ulong? TargetId { get; set; }
|
||||
[JsonProperty("user_id")]
|
||||
public ulong UserId { get; set; }
|
||||
public ulong? UserId { get; set; }
|
||||
|
||||
[JsonProperty("changes")]
|
||||
public AuditLogChange[] Changes { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user