Create your own customized Discord status by using our code
- Clone the reposatory
git clone https://github.com/sandarutharuneth/discord-rich-presence.git
- 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
- 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
© Project Razer