This repository has been archived on 2026-02-28. You can view files and clone it, but cannot push or open issues or pull requests.

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) {
}