From 814d8df4f2ac4451fc1e00567c40b880de05d7d4 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Sun, 23 May 2021 20:22:51 +0000 Subject: [PATCH] thanks itoh --- src/ws/mod.ts | 1 - 1 file changed, 1 deletion(-) 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";