Skip to content

rhaym-tech/DJS-RichPresence

Repository files navigation

DJS-RichPresence

Discord Rich Presence client for JavaScript

Tutorial

  1. Open your application from Discord Developer Portal and copy Client_ID and Client_Secret to add them to dotenv
  2. Go to Your Application -> Rich Presence -> Art Assets -> Rich Presence assets then upload your images there image
  3. Clone repository git clone https://github.com/rhaym-tech/DJS-RichPresence
  4. Open it cd DJS-RichPresence
  5. Add your client secrets to the file .env example and rename it to .env
  6. Rename config.js.example to config.js and edit it to customize your rich presence
  7. Download dependencies npm i
  8. Run Project npm run start