mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-24 10:15:25 +00:00
📝 #CHANNELID -> #channelid
This commit is contained in:
+1
-1
@@ -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
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user