From 6c82ec7475837527ba5bb4b6a13c705ff7abfdcb Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Mon, 26 Sep 2022 15:59:13 +1000 Subject: Fix slowcord additional services --- src-slowcord/bot/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-slowcord/bot/src') 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"], -- cgit 1.5.1