Skip to content

peterhanania/discord-rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord RPC Client

AboutInstallationSetting Up

About

A way of showing a button status on discord.

If you liked this repository, feel free to leave a star ⭐!

Installation

git clone https://github.com/peterhanania/discord-rpc.git

Setting Up

After installing the files, visit discord's Developer Application and create a Bot.

Note: The application name you choose will be shown as the title on your profile.

After creating your application, head to rich presence, then upload the picture you want on your profile and name it image. Also, keep refreshing the page after the upload until the image shows up. (sometimes the image disappears when you refresh since it haven't uploaded yet)

Next head to index.js, and edit it as so:

Details: The information you want to show under the title.
largeImage: The image you uploaded to rich presence and will show on your profile.
largeText: The text that will show once the image is hovered.

Now for the buttons is where you put the button names and the links.

Finally, copy the client ID of the bot and paste it in the config.json

{
"client_id":"BOT_CLIENT_ID"
}

Once done, you can launch the code with start.bat or node index.js.

Make sure discord is opened once you do.

Any questions? DM me on Discord.

About

A discord client to display a button status.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages