From eb181ae41decf2f985ef55ddad1548ab32ea615a Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Mon, 22 Feb 2021 08:37:10 +0100 Subject: :pencil: #CHANNELID -> #channelid --- src/util/Config.ts | 2 +- src/util/Event.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 200ec1b2..a2587dda 100644 --- a/src/util/Config.ts +++ b/src/util/Config.ts @@ -1,4 +1,4 @@ -import { Config } from "fosscord-server-util"; +import { Config } from "../routes/api/v8/channels/#channelid/node_modules/fosscord-server-util"; import crypto from "crypto"; import fs from "fs"; diff --git a/src/util/Event.ts b/src/util/Event.ts index 39389cbb..06553521 100644 --- a/src/util/Event.ts +++ b/src/util/Event.ts @@ -1,4 +1,4 @@ -import { Event, EventModel } from "fosscord-server-util"; +import { Event, EventModel } from "../routes/api/v8/channels/#channelid/node_modules/fosscord-server-util"; export async function emitEvent(payload: Omit) { const emitEvent = { -- cgit 1.5.1