Skip to content

Discord Custom Rich Presence on your PC. Easy to customize and run on VS Code or as a Web application.

Notifications You must be signed in to change notification settings

sandarutharuneth/discord-rich-presence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Custom RPC

Create your own customized Discord status by using our code
forthebadge

Installation

  • Clone the reposatory
git clone https://github.com/sandarutharuneth/discord-rich-presence.git

Web UI

  • Head to the /dashboard directory
cd dashboard
  • Install Node Modules
npm install
  • Start the Web UI
npm run start
  • Access Web UI
  • Fill all the Textboxes with relevent data
  • Click Save and Start

Terminal without UI

  • Navigate to the Terminal directory
cd Terminal
  • Install Node Modules
npm i install
  • Fill all the necessary details on index.js file
  • Put your Client ID here
rpc.login(
    {
        clientId: '8563535768137802'
    }
)
  • Run the script using one of these commands
node .
node index.js

Developers

Licensed Under

Creative Commons CC0 v1.0 Universal

View the license here

Copyright 2023 © All Rights are Reserved

Support


Readme-Card.png

© Project Razer