We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add buttons to custom RichPresence
The core library
Being impossible to put links in buttons make them useless (because buttons withouth aren't buttons)
Change the current buttons[str, str] to a better solution that include links like
buttons[str, str]
buttons=[{"label": "first_button_name", "url": "first_button_link"}, {"label": "second_button_name", "url": "second_button_link"}]
No response
The text was updated successfully, but these errors were encountered:
Any updates?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Summary
Add buttons to custom RichPresence
What is the feature request for?
The core library
The Problem
Being impossible to put links in buttons make them useless (because buttons withouth aren't buttons)
The Ideal Solution
Change the current
buttons[str, str]
to a better solution that include links likeThe Current Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: