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