discordrpcbuilder
v1.0.0
Published
By HippoBaguette
Downloads
2
Readme
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 Asessts
and upload two images. Remember their names.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
Head back to your Discord application and copy its Client id.
Paste that Client id inside of
index.js
right hereRun index.js and enjoy!
Any problems please make an issue :)