discord-rpc-csharp
discord-rpc-csharp copied to clipboard
C# custom implementation for Discord Rich Presence. Not deprecated and still available!
Godot seems to be a very popular tool now, there should be a port of this library like [lachee/discord-rpc-unity](https://github.com/lachee/discord-rpc-unity) that supports Godot Looking for anyone who is willing to put...
**Describe the bug** After updating to v1.0.9006 Discord is crashing when my app is authenticating. The window that used to pop up and allow me to click the "Authorize" button...
Hello, your library is great, but I have a problem. If I run my application through Visual Studio, then everything is fine (RPC works), but if I take the .exe...
We've noticed that your package on NuGet.org is missing a README file. ## Why READMEs are Important Our customer research indicates that one of the top problems that package consumers...
**Describe the bug** After trying to call client and basic rich presence as showed in example in README the rich presence doesn't appear in Discord profile. This NuGet package work...
This isn't an urgent or breaking issue or anything, but more of just an informational thing. GitHub seems to be misidentifying projects that use this package as using [rachitkataria13/DiscordRichPresence](https://github.com/rachitkataria13/DiscordRichPresence) (take...
Interactions do not work with Discord PTB and only regular Discord. Is there a way for this to work on both clients? Here's a link to Discord PTB if interested...
I could not comment on #184, so I'm making a new issue here. As of today, it seems like I can now follow links of my own buttons. @Lachee can...
Consider this string of 128 Cyrillic letters а: `аааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааааа` Counting in UTF-8 bytes, it's 256 bytes long, and yet, if I replace byte check in the library with a simple...
This PR adds support for the Authorize command. I needed to be able to request additional scopes. This allows me to have the authorization prompt show up in the discord...