1.0.0 • Published 3 years ago

discordrpcbuilder v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

DiscordRPCBuilder

By HippoBaguette

Info

Dependencies: discord-rpc version 3.1.4
Requires Node.js

How to use

  1. Make a Discord application, call it whatever you want your RPC title to be. Go to Rich Presence > Art Asessts and upload two images. Remember their names.

  2. Open rpcInfo.json and fill in the fields. For example, this is the result from

{
    "largeImage": "cat",
    "largeImageText": "cat",
    "smallImage": "bear",
    "smallImageText": "bear",
    "lineOne": "Line One",
    "lineTwo": "Line Two"
}

Note that largeImage and smallImage must be the exact names of the images you uploaded

Put the clientID here Put the clientID here Put the clientID here

  1. Head back to your Discord application and copy its Client id.

  2. Paste that Client id inside of index.js right here
    Put the clientID here

  3. Run index.js and enjoy!

Any problems please make an issue :)