Skip to content
On this page

Url

A String which will change the link of the button.

Example Usage

js
theme: SoftUI({
    premium: {
        card: {
            button: {
                url: "https://patreon.com/sharkybot"
            }
        }
    }
})

Types

Released under the MIT License.