- 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
- NPM
npm i dc-rpc
const { RpcClient } = require('dc-rpc');
const rpc = new RpcClient({ transport: '...' }); // transport: ipc or websocket
coming soon;
Join our Discord server here
This Project under Apache License 2.0
© 2019 - 2024 CyraTeam. All Rights Reserved
This Repository Is Forked from original Discord-RPC by Senophyx.