discord_rpc

Discord RPC module for Deno.

MIT License

Stars
13
Committers
4

Bot releases are visible (Hide)

discord_rpc - Discord RPC v0.3.2 Latest Release

Published by DjDeveloperr over 1 year ago

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

discord_rpc - v0.3.1

Published by DjDeveloperr almost 2 years ago

What's Changed

Full Changelog: https://github.com/harmonyland/discord_rpc/compare/0.3.0...0.3.1

discord_rpc - v0.3.0

Published by DjDeveloperr over 2 years ago

What's Changed

Full Changelog: https://github.com/harmonyland/discord_rpc/compare/0.2.1...0.3.0

discord_rpc - Discord RPC v0.2.1

Published by DjDeveloperr over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/harmonyland/discord_rpc/compare/0.2.0...0.2.1

discord_rpc - Discord RPC v0.2.0

Published by DjDeveloperr almost 3 years ago

What's Changed

Full Changelog: https://github.com/harmonyland/discord_rpc/compare/0.1.0...0.2.0

discord_rpc - 0.1.0

Published by littledivy about 3 years ago

discord_rpc 0.1.0

Example

import { createClient } from "https://deno.land/x/[email protected]/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