Skip to content

Releases: harmonyland/discord_rpc

Discord RPC v0.3.2

20 Mar 19:09
13f388e
Compare
Choose a tag to compare

Updates deno_namedpipe version which fixes the error on latest Deno version.

v0.3.1

03 Jan 18:18
97848e3
Compare
Choose a tag to compare

What's Changed

  • fix: make timestamps fields optional by @NextFire in #12
  • chore: update namedpipe version (fixes error on Windows) by @DjDeveloperr

Full Changelog: 0.3.0...0.3.1

v0.3.0

18 Feb 15:18
e221941
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.3.0

Discord RPC v0.2.1

06 Feb 17:49
ff94849
Compare
Choose a tag to compare

What's Changed

  • fix: reject promises when ipc send fails by @NextFire in #9
  • chore: upgrade deno_namedpipe to 0.0.3 to fix TS error in deno canary by @DjDeveloperr in #9

New Contributors

Full Changelog: 0.2.0...0.2.1

Discord RPC v0.2.0

15 Jan 14:54
e473d41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.2.0

0.1.0

26 Jul 06:43
99acf04
Compare
Choose a tag to compare

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