Lachee / discord-rpc-csharp

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

[BUG] Button is not opening URL #124

Closed mady005 closed 3 years ago

mady005 commented 3 years ago

I added a button like this presence.Buttons = new Button[] { new Button() { Label = "Best song", Url = "https://www.youtube.com/watch?v=yoZy2E17-50" } }; But for some reason when I'm clicking the button it's not opening the URL

Lachee commented 3 years ago

I added a button like this presence.Buttons = new Button[] { new Button() { Label = "Best song", Url = "https://www.youtube.com/watch?v=yoZy2E17-50" } }; But for some reason when I'm clicking the button it's not opening the URL

Pretty sure this is a discord bug, you cannot click on your own links.