summary refs log tree commit diff
path: root/src/util/Event.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/Event.ts')
-rw-r--r--src/util/Event.ts2
1 files changed, 1 insertions, 1 deletions
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<Event, "created_at">) { const emitEvent = {