diff --git a/src/ws/mod.ts b/src/ws/mod.ts index dba9b02e8..3dc203936 100644 --- a/src/ws/mod.ts +++ b/src/ws/mod.ts @@ -1,4 +1,3 @@ -export * from "./cleanup_loading_shards.ts"; export * from "./create_shard.ts"; export * from "./events.ts"; export * from "./handle_discord_payload.ts";