summary refs log tree commit diff
path: root/src/util/Event.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-22 08:37:10 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-22 08:37:10 +0100
commiteb181ae41decf2f985ef55ddad1548ab32ea615a (patch)
treec0b38b4c0dd60c7e2c51794dec6ecce2b0cf8b48 /src/util/Event.ts
parent:bug: fix Event Emitter (diff)
downloadserver-eb181ae41decf2f985ef55ddad1548ab32ea615a.tar.xz
:pencil: #CHANNELID -> #channelid
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 = {