1 files changed, 1 insertions, 1 deletions
diff --git a/src-slowcord/bot/src/index.ts b/src-slowcord/bot/src/index.ts
index ae69111b..253f759c 100644
--- a/src-slowcord/bot/src/index.ts
+++ b/src-slowcord/bot/src/index.ts
@@ -1,7 +1,7 @@
import "dotenv/config";
import Fosscord from "fosscord-gopnik";
import Bot from "./Bot.js"; // huh?
-import { initDatabase } from "@fosscord/util";
+import { initDatabase } from "fosscord-server/src/util";
const client = new Fosscord.Client({
intents: ["GUILD_MESSAGES"],
|