fix(AuditLog): default changes to empty array
v13.8.1
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -1122,7 +1122,7 @@ export class GuildAuditLogsEntry<
|
||||
private constructor(logs: GuildAuditLogs, guild: Guild, data: RawGuildAuditLogEntryData);
|
||||
public action: TAction;
|
||||
public actionType: TActionType;
|
||||
public changes: AuditLogChange[] | null;
|
||||
public changes: AuditLogChange[];
|
||||
public readonly createdAt: Date;
|
||||
public readonly createdTimestamp: number;
|
||||
public executor: User | null;
|
||||
|
Reference in New Issue
Block a user