📝 #CHANNELID -> #channelid

This commit is contained in:
Flam3rboy
2021-02-22 08:37:10 +01:00
parent 5a505f331a
commit eb181ae41d
9 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -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";
+1 -1
View File
@@ -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 = {