Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
variable websocketInject
Re-export
import { websocketInject } from "https://deno.land/x/abstract_bot_api@85.0.0/src/index.ts";

type

<T extends TaskHandler>(send: (x: WeboscketMessage) => Promise<void>, userId: string) => unknown