Skip to content

0.1.0

Compare
Choose a tag to compare
@littledivy littledivy released this 26 Jul 06:43
· 24 commits to main since this release
99acf04

discord_rpc 0.1.0

Example

import { createClient } from "https://deno.land/x/discord_rpc@0.1.0/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