Skip to content
Radical edited this page Nov 19, 2023 · 1 revision

This is for customizing buttons on discord, by default it shows dynamic buttons.

You can have 1 dynamic button and 1 custom button by keeping one of the buttons with name/url as dynamic, you can also make it only display 1 button by completely omitting the other one, and if you make an empty array it will display no buttons.

Example

"buttons": [
    {
        "name": "YouTube Channel",
        "url": "https://youtube.com/channelhere",
    },
    {
        "name": "dynamic",
        "url": "dynamic",
    }
]

Default

"buttons": [
    {
        "name": "dynamic",
        "url": "dynamic",
    },
    {
        "name": "dynamic",
        "url": "dynamic",
    }
]
Clone this wiki locally