Lachee / discord-rpc-csharp

C# custom implementation for Discord Rich Presence. Not deprecated and still available!
MIT License
560 stars 93 forks source link

[FEATURE REQUEST] Current Rich Presence #157

Closed julianoBRL closed 2 years ago

julianoBRL commented 2 years ago

I'm opening this because I didn't see it and I didn't find it anywhere, so here goes:

Is there or intends to put some function that takes the Rich Presence of a game different from the application, for example:

there is my application running in the background, so I open GTA for example and my application that is running in the background notices the change that has taken place and executes certain code.

Lachee commented 2 years ago

Nope.

This is impossible as Rich Presence is basically set only. The "Current Presence" feature that is implemented in this library simply stores what you have set and when Discord confirms it was set correctly.

If you want this functionality, you will need a bot with privileged intents, sharing a server with the user.