This is a simple Discord Rich Presence application that displays the user's current activity in Discord.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To run this application you need the following:
- .NET 6 SDK
- A Discord Developer Account
- Clone the repository:
git clone https://github.com/0xhylia/Discord-Rpc.git
- Open the cloned repository in your IDE of choice.
- Update
client_id
inappsettings.json
with your Discord application's client ID. - Build and run the project.
This application uses Discord's Rich Presence SDK to update the user's Discord status. It tracks the user's currently active application and displays the application's name, window name, image key, app detail, and full app name in the user's Discord status. The user can also add a website and a Discord bot to their status by clicking the "Website" and "Discord Bot" buttons.
- VtHylia - Initial work
- Discord Rich Presence SDK
- Stack Overflow for answering programming questions