Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/discord_rpc_deno/src/Client.ts>ClientEvents

port of @xhayper/discord-rpc to deno
Go to Latest
type alias ClientEvents
import { type ClientEvents } from "https://deno.land/x/discord_rpc_deno@1.0.8/src/Client.ts";
definition: { ready: () => void; connected: () => void; disconnected: () => void; }