Lachee / discord-rpc-csharp

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

How would I do RPC types like watching etc. #98

Closed ItsJunction closed 3 years ago

ItsJunction commented 3 years ago

Just wondering...

Lachee commented 3 years ago

They are not RPC types, they are activity types. There is a distinction between Activity and Rich Presence. The activity (or status) is what is displayed in discord. It can be either Playing, Watching, Listening, Streaming. RPC (or actually just Rich Presence) is just the metadata associated with the Playing type.

tl;dr this library cannot set it to anything but playing as that is a limitation on discord's end.