From 7bd0a2004c9d7f1c59b510a5462b82c4b0a0ce7a Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 2 Oct 2021 15:12:47 +0200 Subject: :art: restructure gateway --- gateway/src/util/WebSocket.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'gateway/src/util/WebSocket.ts') diff --git a/gateway/src/util/WebSocket.ts b/gateway/src/util/WebSocket.ts index b80265a7..49626b2a 100644 --- a/gateway/src/util/WebSocket.ts +++ b/gateway/src/util/WebSocket.ts @@ -1,7 +1,6 @@ import { Intents, Permissions } from "@fosscord/util"; import WS from "ws"; import { Deflate } from "zlib"; -import { Channel } from "amqplib"; export interface WebSocket extends WS { version: number; -- cgit 1.5.1