/discord-rpc

A simple Node.JS application that allows you to set your Discord RPC status.

Primary LanguageJavaScriptThe UnlicenseUnlicense

Some simple Discord RPC code

What is this?

This is a simple Node.JS application that allows you to set your Discord RPC status. Inspiration was taken from Discord.JS's official RPC GitHub although, the code that I have put here is made by me.

What can I do with this code?

You can distribute it as much as you like, this code has been voluntarily put into public domain (more information here).

What do I need to run this code?

Node.JS

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. Website

Discord.JS RPC

A powerful library for interacting with the Discord API. NPM Website

Getting started

To get install all needed packages, use npm installall. You can edit any game data in config.json and once you've done that, start the application with npm start.