Available Languages: Français
(English content continues here)
A desktop application to easily manage your Discord Rich Presence.
- Intuitive user interface to configure your Rich Presence
- Live preview of changes
- Save and load configurations
- Support for custom buttons
- Image management (large and small)
- Sleek dark mode
Download the latest release from the releases page.
Available for:
- Windows (.exe)
- macOS (.dmg)
- Linux (.AppImage, .deb)
- Clone the repository
git clone https://github.com/wen7090/discord-rpc-manager.git
cd discord-rpc-manager
- Install dependencies
npm install
- Launch in development mode
npm run electron:dev
To build the application for your system:
# Windows
npm run electron:build:win
# macOS
npm run electron:build:mac
# Linux
npm run electron:build:linux
The compiled files will be available in the dist-electron
folder.
Go to the [Discord Developer Portal](https://discord.com/developers/applications)
Create a new application
Copy the "Client ID"
In the "Rich Presence" section, add your assets (images)
Use this information in the application
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0). See the LICENSE file for more details.