Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sitcommunity/discord-rpc

Discord-RPC is a powerful library developed by CyraTeam that enables developers to seamlessly integrate Rich Presence functionality into Discord applications or from Client ID
https://github.com/sitcommunity/discord-rpc

discord discord-rpc rpc

Last synced: 2 months ago
JSON representation

Discord-RPC is a powerful library developed by CyraTeam that enables developers to seamlessly integrate Rich Presence functionality into Discord applications or from Client ID

Awesome Lists containing this project

README

        






node-current
npm
npm latest
GitHub Repo stars
Discord
Visitor
Issues
Commit


# Discord RPC
- **[Discord-RPC](https://www.npmjs.com/package/dc-rpc) is a powerful library developed by CyraTeam that enables developers to seamlessly integrate Rich Presence functionality into Discord applications or from Client ID**

## Install
- NPM
```
npm i dc-rpc
```

## Quick example
```js
const { RpcClient } = require('dc-rpc');

const rpc = new RpcClient({ transport: '...' }); // transport: ipc or websocket

coming soon;
```

Join our Discord server [here](https://discord.gg/qpT2AeYZRN)

## Licence & Copyright

```
This Project under Apache License 2.0
© 2019 - 2024 CyraTeam. All Rights Reserved
```

## Original Repository
This Repository Is Forked from original [Discord-RPC](https://github.com/Senophyx/Discord-RPC) by [Senophyx](https://github.com/Senophyx).