Simple rich persence for Discord.
- Clone the repo
git clone https://github.com/levraiardox/Discord-RPC.git && cd Discord-RPC
- Install node packages
npm install
-
Create a discord Application in the discord developper portal and copy the client ID (OAuth tab)
-
Add images in the application (see the index.js comments)
-
Copy the client ID into index.js
-
Execute the script
node index.js
Important
Don't forget to check the comments in the script, i can miss stuff in this doc