Skip to content

1.3.0-pre-20241115-1058Z

Pre-release
Pre-release
Compare
Choose a tag to compare
feat: implement discord buttons

This commit introduces buttons to the rich presences.
The JSON structure would be like this:
```"buttons": [
    {
        "label": "Global Button1",
        "url": "https://url"
    },
    {
        "label": "Global Button2",
        "url": "https://url"
    }
]```
The buttons array can contain 2 elements as a maximum.
Like other parameters, the buttons can be implemented globally and in each state.