Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sitcommunity/discord-rpc
- Owner: SITCommunity
- License: apache-2.0
- Created: 2023-04-07T02:47:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T04:17:17.000Z (4 months ago)
- Last Synced: 2024-11-20T06:56:59.505Z (2 months ago)
- Topics: discord, discord-rpc, rpc
- Language: JavaScript
- Homepage: https://www.cyrateam.xyz/discord-rpc/
- Size: 74.2 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/codeowners
Awesome Lists containing this project
README
# 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).