Lachee / discord-rpc-csharp

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

New Discord nicknames system #234

Closed Vincentsgm closed 1 year ago

Vincentsgm commented 1 year ago

Hello, it appears that since the Discord update that removes discriminators from usernames, the RPC client never gets ready. The event DiscordRpcClient.OnConnectionFailed is raised.

Lachee commented 1 year ago

It should work without specific changes (i've tested it myself).

It is on my todo to implement the display names, however i am waiting for discord to respond as the RPC does not get this information.