nanite / Simple-Discord-Rich-Presence

Simple Discord Rich Presence
13 stars 6 forks source link

[Feature Request] Buttons #36

Open Leclowndu93150 opened 8 months ago

Leclowndu93150 commented 8 months ago

Feature Description

Buttons

MJRamon commented 4 months ago

I'll make it readable: please add buttons support for 1.20.1 version. Thank you!

WaxenSs commented 1 month ago

The buttons are available but when I try to create one it doesn't appear, is this normal?

{
  "clientId": xxxxx,
  "enabled": true,
  "screenEvent": true,
  "clientJoinEvent": true,
  "logState": true,
  "buttons": [
    {
      "label": "Discord",
      "url": "https://discord.gg/xxxxxx"
    },
    {
      "label": "Informations",
      "url": "xxxxxxx"
    }
  ]
}