2 files changed, 2 insertions, 2 deletions
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";
|