Lachee / discord-rpc-csharp

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

Just not working... #144

Closed RusJJ closed 3 years ago

RusJJ commented 3 years ago

C++ Discord RPC works as it should. But this one is NOT.

private static RichPresence presence = new RichPresence() { Details = "In-game researching...", State = "Playing" }; client.Initialize(); // Returns true client.SetPresence(presence);

That's it. P.S. OnReady is not called UPD: OnError too.

Lachee commented 3 years ago

Hello there "Just not working" is incredibly vague and unhelpful. I have an issue template for a reason, please follow it.

Feel free to create a new issue with the required information.