discord-rpc

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

Discord RPC

Install

Quick example

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

Original Repository

This Repository Is Forked from original Discord-RPC by Senophyx.