diff --git a/src/types/audit_log/mod.ts b/src/types/audit_log/mod.ts index fda2a03d5..dace5da18 100644 --- a/src/types/audit_log/mod.ts +++ b/src/types/audit_log/mod.ts @@ -1,6 +1,5 @@ export * from "./audit_log.ts"; export * from "./audit_log_change.ts"; -export * from "./audit_log_change_value.ts"; export * from "./audit_log_entry.ts"; export * from "./audit_log_events.ts"; export * from "./get_guild_audit_log.ts";