Discord RPC for Deno
Example
import { createClient } from "https://deno.land/x/discord_rpc/mod.ts";
const client = await createClient();
await client.login("869104832227733514");
await client.setActivity({ details: "Deno 🦕", state: "Testing..." });
await client.close();
Support me on Patreon.
MIT Licensed