-
-
Notifications
You must be signed in to change notification settings - Fork 20
Buttons
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.
"buttons": [
{
"name": "YouTube Channel",
"url": "https://youtube.com/channelhere",
},
{
"name": "dynamic",
"url": "dynamic",
}
]
"buttons": [
{
"name": "dynamic",
"url": "dynamic",
},
{
"name": "dynamic",
"url": "dynamic",
}
]