Lachee / discord-rpc-csharp

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

How can i add buttons? #186

Closed sepi1385 closed 2 years ago

sepi1385 commented 2 years ago

how can I add buttons in my presence this is my code:

                    Assets = new Assets()
                    {
                        LargeImageKey = $"{textBox5.Text}",
                        LargeImageText = "Codeium is a Programming Team",
                        SmallImageText = "Are you a coder?",
                        SmallImageKey = $"{textBox4.Text}",

                    }
Lachee commented 2 years ago

https://github.com/Lachee/discord-rpc-csharp/blob/master/DiscordRPC.Example/Program.cs#L108