question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FEATURE REQUEST] Add UpdateButton1 and UpdateButton2

See original GitHub issue

@Lachee i see you added buttons, but there is no UpdateButton1 and UpdateButton2 like:

DiscordRpcClient client = new DiscordRpcClient("client-id");
client.UpdateButton1("label", "url");
client.UpdateButton2("label", "url");

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
HAHOOScommented, Jun 28, 2021

Thanks for help!

1reaction
Founntaincommented, Jun 28, 2021

Oh so this will never be added?

Just update them by overriding the array. If you added them and want to update the first one:

var btn1 = new Button();
btn1.Label = "your label";
btn1.Url = "your url";

presence.Buttons[0] = btn1;

That’s how I do it and it works perfectly fine.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Feature requests that don't suck. TLDR ...
Feature requests are overwhelming, distracting, and formatted in a way that makes them unusable, but they will never cease to happen and can...
Read more >
What is a Feature Request? Understanding User Feedback
Feature requests are ideas, comments, messages, or specific customer inquiries asking for a particular function to be added to your product.
Read more >
Feature Request Content
This page covers the content found in a feature request for your iOS app. Suggest Edits. Users can add new feature requests or...
Read more >
Saying goodbye to the feature request
Whether you're passively collecting ideas or actively soliciting them, a feature request is born when a customer (internal or external) responds ...
Read more >
What Is a Feature Request? Definition and Examples
A feature request is a comment, message, or ask from a user to implement a specific feature into your product. Feature requests can...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found