6 lines
200 B
TypeScript
6 lines
200 B
TypeScript
import { WebSocket } from "@fosscord/gateway";
|
|
import { Payload } from "./index";
|
|
import { Server } from "../Server"
|
|
|
|
export async function onResume(this: Server, socket: WebSocket, data: Payload) {
|
|
} |