From c9fd6f7cbf76fdf0dd31ba3fc50bebb3cb2b4128 Mon Sep 17 00:00:00 2001 From: ITOH Date: Thu, 27 May 2021 16:11:38 +0200 Subject: [PATCH] Update mod.ts --- src/types/audit_log/mod.ts | 1 - 1 file changed, 1 deletion(-) 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";