1.0.0 • Published 5 years ago
discordrpcbuilder v1.0.0
DiscordRPCBuilder
By HippoBaguette
Info
Dependencies: discord-rpc version 3.1.4
Requires Node.js
How to use
Make a Discord application, call it whatever you want your RPC title to be. Go to
Rich Presence > Art Asesstsand upload two images. Remember their names.Open
rpcInfo.jsonand 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

Head back to your Discord application and copy its Client id.
Paste that Client id inside of
index.jsright here
Run index.js and enjoy!
Any problems please make an issue :)
1.0.0
5 years ago