chore: fix import and exports

This commit is contained in:
ayntee
2021-03-29 23:47:31 +04:00
parent 352a7b9f49
commit 79d57f0377
45 changed files with 67 additions and 134 deletions
+1 -7
View File
@@ -1,11 +1,5 @@
import { botGatewayData, eventHandlers, proxyWSURL } from "../bot.ts";
import {
DiscordGatewayPayload,
DiscordGetGatewayBot,
DiscordHello,
DiscordIdentify,
} from "../types/gateway.ts";
import { DiscordGatewayOpcodes } from "../types/mod.ts";
import { DiscordGatewayOpcodes } from "../types/gateway/gateway_opcodes.ts";
import { Collection } from "../util/collection.ts";
import { delay } from "../util/utils.ts";
import { decompressWith } from "./deps.ts";