/Discord-RPC

A discord rich presence (used for AxOS but can be customized)

Primary LanguageJavaScript

Discord-RPC

Simple rich persence for Discord.


How to use ?

  • 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