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
commit0a0a61565e761b78ae4e39c0d1fb5f0489b37ecd (patch)
tree059e612db4af7e3925664c97a70856adbda8d07e /gateway/src/util/WebSocket.ts
parent:art: remove long relatives paths -> short module paths (diff)
downloadserver-0a0a61565e761b78ae4e39c0d1fb5f0489b37ecd.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;