Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/discord_rpc_deno/src/Client.ts>ClientEvents

port of @xhayper/discord-rpc to deno
Latest
type alias ClientEvents
import { type ClientEvents } from "https://deno.land/x/discord_rpc_deno@v1.1.2/src/Client.ts";
definition: { ready: () => void; connected: () => void; disconnected: () => void; debug: (...data: any[]) => void; } & [K in Exclude<RPC_EVT, "READY">]: (...args: unknown[]) => void