dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
648 stars 153 forks source link

RichPresence buttons #702

Open Sitois opened 3 weeks ago

Sitois commented 3 weeks ago

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 like

buttons=[{"label": "first_button_name", "url": "first_button_link"}, {"label": "second_button_name", "url": "second_button_link"}]

The Current Solution

No response

Additional Context

No response