Button
https://github.com/flamexdev/dsc-utils/blob/main/package/src/structures/button.js
Type
Description
Required
string
text that appears on the button, max 80 characters
Yes
Type
Description
Required
string
a developer-defined identifier for the button, max 100 characters
No
Type
Description
Required
string or Number
one of the styles below
Yes
blurple, primary, 1 gray, secondary, 2 green, success, 3 red, danger, 4
Type
Description
Required
string
a url for link-style buttons
Yes
With setting this value, the style will be automatically overwritten
Type
Description
Default
Required
boolean
whether the button is disabled
false
No
Last updated
Was this helpful?