Lachee / discord-rpc-csharp

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

Buttons that open a URL not working. Removed feature ? #181

Closed WarezNet closed 2 years ago

WarezNet commented 2 years ago

When using the basic example

// == Set the presence client.SetPresence(new RichPresence() { Details = "A Basic Example", State = "In Game", Timestamps = Timestamps.FromTimeSpan(10), Buttons = new Button[] { new Button() { Label = "Fish", Url = "https://lachee.dev/" } } });

The presence shows but the button does not work in the latest discord canary client.

Is this happening to anyone else ? Any workarounds ?

maximmax42 commented 2 years ago

Buttons will not work in your own presence, but will for others. It's a discord's bug/feature.

Almighty-Shogun commented 2 years ago

As said by the user above me, you can't click the button in your own presence. It is something that Discord has configured. If you want to test the buttons I would recommend making an new Discord account and test the button with that account.