summary refs log tree commit diff
path: root/gateway/src/util/WebSocket.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-12 21:20:47 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-12 21:20:47 +0200
commit78c1d6a82e02041b53c36b1dd7c30bcbc7805617 (patch)
tree845fa37a16780f6a5a6ea2fa0ab1ec3defefcdf8 /gateway/src/util/WebSocket.ts
parent:art: remove long relatives paths -> short module paths (diff)
downloadserver-78c1d6a82e02041b53c36b1dd7c30bcbc7805617.tar.xz
:bug: fix gateway
Diffstat (limited to '')
-rw-r--r--gateway/src/util/WebSocket.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/gateway/src/util/WebSocket.ts b/gateway/src/util/WebSocket.ts

index 820cb1a3..15d1549f 100644 --- a/gateway/src/util/WebSocket.ts +++ b/gateway/src/util/WebSocket.ts
@@ -1,6 +1,7 @@ import { Intents, Permissions } from "@fosscord/util"; import WS from "ws"; import { Deflate } from "zlib"; +import { Channel } from "amqplib"; interface WebSocket extends WS { version: number;