https://github.com/kartoffelchipss/rpc-manager-for-discord
RPC Manager for Discord is a Discord Rich Presence Manager for Windows and MacOS.
https://github.com/kartoffelchipss/rpc-manager-for-discord
custom-presence discord discord-presence presence
Last synced: about 2 months ago
JSON representation
RPC Manager for Discord is a Discord Rich Presence Manager for Windows and MacOS.
- Host: GitHub
- URL: https://github.com/kartoffelchipss/rpc-manager-for-discord
- Owner: KartoffelChipss
- License: gpl-2.0
- Created: 2023-07-18T14:37:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T11:49:31.000Z (over 1 year ago)
- Last Synced: 2025-01-18T12:30:34.637Z (3 months ago)
- Topics: custom-presence, discord, discord-presence, presence
- Language: JavaScript
- Homepage: https://tools.strassburger.org/discordrp
- Size: 739 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
#
RPC Manager for Discord
RPC Manager for Discord is a Discord Rich Presence Manager for Windows and MacOS.
This app is heavily inspired by [customrp.xyz](https://www.customrp.xyz/), but introduces more features like a nicer GUI and a preview.
## Download and Setup
You can find a setup guide on the [website](https://tools.strassburger.org/discordrp)
### Windows
1. Download the latest version from the [Releases Page](https://github.com/KartoffelChipss/discord-rp/releases)
2. Follow the instructions in the installer
3. Go to the [Discord Developer Portal](https://discord.com/developers/applications) and create an application
4. Copy the Application ID and paste it into the "Application ID" filed in Discord Custom RP Plus
5. Click "Connect"
6. If the Application ID field is green, you can fill in your details and click "Update Activity"
7. Enjoy you custom rich presence :D## Building your own installer
You can run the app with
```powershell
npm run start
```If you want to build your own installer, you can use
```powershell
npm run build-installer
```