Skip to content
On this page

Premium

An Object which contains all the premium information.

Example Usage

js
theme: SoftUI({
    premium: {
        enabled: true,
        card: {
            title: "Want more from Assistants?",
            description: "Check out premium features below!",
            bgImage: "https://assistantscenter.com/wp-content/uploads/2021/11/cropped-cropped-logov6.png",
            button: {
                text: "Become Premium",
                url: "https://patreon.com/sharkybot"
            }
        }
    }
})

Properties

Types

Released under the MIT License.