1.0.1 • Published 3 years ago

@hippobaguette/rpcsimplified v1.0.1

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

DiscordRPCBuilder

By HippoBaguette

Info

Dependencies: discord-rpc version 3.1.4
Requires Node.js

Simple example

  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. In index.js

    const rpc = require("rpcsimplified");
    
    rpc.login("your-client-id");
    rpc.build("large-image", "large-image-text", "small-image", "small-image-text", "line-one", "line-two");

    Here it is after the code is ran.

    (Note it is assumed you have images upload)
    (And rename large-image and small-image to whatever you called the images in the Discord application)

    Put the clientID here

Any problems please make an issue :)