discord-rpc-csharp
discord-rpc-csharp copied to clipboard
C# custom implementation for Discord Rich Presence. Not deprecated and still available!
**Describe the bug** Title, basically. **To Reproduce** 1. Make any presence with a button that has a label label that's 32 symbols long, e.g. 12345678901234567890123456789012. 2. Whole presence only appears...
Currently, trying to set a key that's longer than 32 symbols will result in StringOutOfRangeException being thrown, but apparently you can name your assets any name that's up to 999...
Discord RPC doesn't work if I build the application, only on the editor. Using Unity 2018.3.12f1 Personal and lastest package
Code had deprecated stuff. Fixed it with new supported ones.
Hello. In my application's environment, `Environment.OSVersion.Platform` is returning `Unix` on Mac, which is causing RegisterUriScheme to throw a "No such file or directory" exception. I have a separate way of...
**To Reproduce** I am using a Steam app ID to register a URI scheme, like this: ```client.RegisterUriScheme(steamAppID: "212480")``` **Expected behavior** The app should launch when e.g. clicking a join link...
**Describe the bug** When calling ClearPresence on an active client. An error is logged. This is definitely a bug. Interestingly, the rich presence status is successfully cleared from Discord despite...
Hi there to @Lachee, Thanks for your good project, easy setup and tutorials. the problem that i see in my application , by adding simple codes to application , The...
Hello again, I have another thing that could be added, which is ```AddButton``` and ```RemoveButton``` like: ```csharp DiscordRpcClient client = new DiscordRpcClient("client-id"); client.AddButton("label", "url"); client.RemoveButton(index); //index is int ```
When Discord is not running, RpcConnection is actively trying to connect repeatedly causing errors to be reported. On .Net : ``` Exception thrown: 'System.TimeoutException' in System.Core.dll Failed connection to discord-ipc-0....