Lachee / discord-rpc-csharp

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

[Feature Request] Add other statuses #231

Closed galaxine-senpai closed 1 year ago

galaxine-senpai commented 1 year ago

Hello there, I saw that you only support one status whereas the discord doc's list multiple statuses (Idle, DnD, Watching, Listening, Etc.) I feel like this wouldn't be hard to implement and would greatly improve usability within your code.

I came across this issue while looking at another GitHub repo which used your library.

Lachee commented 1 year ago

https://github.com/Lachee/discord-rpc-csharp/issues/209 https://github.com/Lachee/discord-rpc-csharp/issues/195 https://github.com/Lachee/discord-rpc-csharp/issues/98

Not possible with Rich Presence. It can only have Playing. This is a limitation on Discord's side sadly.