Small Electron app I made to set a custom Discord Rich Presence without touching the Discord API directly. Fill in the fields, hit start, done.
- Details, State, large/small images with tooltips
- Up to 2 buttons with custom labels and URLs
- Elapsed time counter
- Auto-connects on startup and retries every 15s if Discord isn't open yet
- Sits in the system tray so it stays out of your way
- Optional launch on Windows startup
- Settings saved locally, nothing sent anywhere
coming soon
- Head to the Discord Developer Portal
- Create a new application
- Copy the Application ID — that's your Client ID
- If you want images, upload assets under Rich Presence → Art Assets
git clone https://github.com/SenaxxZz/Custom-RPC.git
cd Custom-RPC
npm install
npm startnpm run buildOutput: dist/DiscordCustomRPC.exe
discord-custom-rpc/
├── src/
│ ├── main/
│ │ ├── main.js
│ │ └── preload.js
│ └── renderer/
│ ├── index.html
│ ├── renderer.js
│ └── styles.css
├── assets/
│ └── icon.png
├── package.json
└── LICENSE
Open an issue first so we're on the same page, then:
- Fork the repo
git checkout -b feat/your-feature- Commit and push
- Open a PR
MIT © SenaxxZz