mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 01:10:07 +00:00
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user