fix(ws/shard): add missing import

This commit is contained in:
ayntee
2021-04-02 23:22:58 +04:00
parent 6aa9b25698
commit 5ef292cc78
+1 -1
View File
@@ -1,5 +1,5 @@
import { botGatewayData, eventHandlers, proxyWSURL } from "../bot.ts";
import { DiscordGatewayOpcodes } from "../types/gateway/gateway_opcodes.ts";
import { DiscordGatewayOpcodes } from "../types/codes/gateway_opcodes.ts";
import { Collection } from "../util/collection.ts";
import { delay } from "../util/utils.ts";
import { decompressWith } from "./deps.ts";