RPC icon indicating copy to clipboard operation
RPC copied to clipboard

A simple RPC client for Discord

Results 22 RPC issues
Sort by recently updated
recently updated
newest added

As per [discord docs](https://discord.com/developers/docs/topics/gateway#activity-object-activity-types) it is possible to set Activity Type somehow, for example - i want to use Listening (enum 2) type in my application. Is it possible to...

Documents `prompt` added by #137, renames `tokenEndpoint` to `redirectUri`, and specifies `clientId` as type `Snowflake`. Currently, `tokenEndpoint` has no references in the code base, I believe this was intended to...

reference: this pr is apart of the chain of prs requested from https://github.com/discordjs/RPC/pull/89#issuecomment-693537755 This PR is a general refactor to cleanup some code, return correct values as outlined by the...

This PR adds some better documentation, corrects some invalid syntax in the JSDoc comments, and deprecates `RPCClient#sendJoinRequest` as the command has been removed this PR only changes documentation reference: this...

While attempting to create a lobby, I get this error ```bat C:\Users\USER\Documents\DRPC\node_modules\discord-rpc\src\client.js:178 const e = new Error(message.data.message); ^ Error: child "id" fails because ["id" must be a string] at RPCClient._onRpcMessage...

## Observed bug Sometimes creating subscriptions or sending commands through IPC would result in the promise never resolving, i.e. the message with the expected nonce never getting received. ## Reason...

Hi, sorry if this is the wrong place to ask. Looking around discord docs, found that `discord-rpc` is going to be depreciated and will be replaced by Game SDK. My...

For some reason, the code works on my host machine but when I try to make it into a docker container, it gives me this error: ``` Error: Could not...

The link provided in docs is broken and there is no RPC option in the dropdown on the main docs site.

Ever since the new update I can't seem to use buttons but anything else works... Here is an image. ![image](https://github.com/discordjs/RPC/assets/140447150/bd31b9f8-65a0-437c-8eba-1d2463155f04)