summary refs log tree commit diff
path: root/gateway/src/events/Connection.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gateway/src/events/Connection.ts11
1 files changed, 4 insertions, 7 deletions
diff --git a/gateway/src/events/Connection.ts b/gateway/src/events/Connection.ts

index f84f9d9b..c1a6b618 100644 --- a/gateway/src/events/Connection.ts +++ b/gateway/src/events/Connection.ts
@@ -1,11 +1,8 @@ import WS from "ws"; -import { - setHeartbeat, - Send, - CLOSECODES, - OPCODES, - WebSocket, -} from "@fosscord/gateway"; +import { WebSocket } from "@fosscord/gateway"; +import { Send } from "../util/Send"; +import { CLOSECODES, OPCODES } from "../util/Constants"; +import { setHeartbeat } from "../util/Heartbeat"; import { IncomingMessage } from "http"; import { Close } from "./Close"; import { Message } from "./Message";