sandarutharuneth / discord-rich-presence

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 50.1%Language:HTML 49.9%