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.