From a0bc6c649b4a943ae7bcafa97447d2b4390d346a Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 22 Apr 2021 23:37:03 +0200 Subject: npm i @fosscord/server-util --- src/util/Config.ts | 2 +- src/util/WebSocket.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util') diff --git a/src/util/Config.ts b/src/util/Config.ts index a2612a60..e94d73fe 100644 --- a/src/util/Config.ts +++ b/src/util/Config.ts @@ -1,4 +1,4 @@ -import { Config } from "fosscord-server-util"; +import { Config } from "@fosscord/server-util"; export default { init() { diff --git a/src/util/WebSocket.ts b/src/util/WebSocket.ts index 4aad85d0..347d78cb 100644 --- a/src/util/WebSocket.ts +++ b/src/util/WebSocket.ts @@ -1,4 +1,4 @@ -import { Intents } from "fosscord-server-util"; +import { Intents } from "@fosscord/server-util"; import WS, { Server, Data } from "ws"; import { Deflate } from "zlib"; -- cgit 1.5.1