My personal generic Discord Rich Presence application listener with a misleading name.
Listens to applications registered by the user and shows the activity on Discord.
-
Install .NET 8 SDK or Runtime if you haven't already.
-
Download the latest release and extract the zip file to any location of your choice.
-
Open the application.
-
When the listener finds the targeted application running, the activity will be updated in Discord.
The priority of the application that will be shown is always the first one executed, so if you open application
A
and thenB
, the priority will be to showA
activity until it is closed.
The application will try to reconnect to Discord if it is closed or opened after the targeted application, but preferably open the Discord before the targeted application.
-
Edit the
apps.json
file to add or modify any application and activity data. -
Remember to always set the
ProcessName
property without the extension. -
You can pass direct URLs to the images.
Each application has a unique identifier that is generated when it is created in the Discord Developer Portal.