Example Usage
This is NOT visible on the main. Only in the servers pages.
Image

Props
boolean
required
Indicate if the premium card should be enabled
Object
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
An Object which contains all the premium information.
theme: SoftUI({
premium: {
enabled: Boolean,
card: {
title: String,
description: String,
bgImage: String,
button: {
text: String,
url: String,
},
},
},
});
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",
},
},
},
});

Was this page helpful?