Example Usage
Image
- backgroundImage
- favicon
- noGuildIcon

backgroundImage
Props
string
required
The background image of the website
string
required
The favicon of the website
string
required
The image of a guild with no icon
Object
required
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 icons used in the website.
theme: SoftUI({
icons: {
backgroundImage: String,
favicon: String,
noGuildIcon: String,
sidebar: {
darkUrl: String,
lightUrl: String,
hideName: Boolean,
borderRadius: Boolean,
alignCenter: Boolean,
},
},
});
theme: SoftUI({
icons: {
backgroundImage:
"https://www.imageshine.in/uploads/gallery/geometric-Blue-Wallpaper-Free-Download.jpg",
favicon:
"https://assistantscenter.com/wp-content/uploads/2021/11/cropped-cropped-logov6.png",
noGuildIcon:
"https://static-00.iconduck.com/assets.00/discord-icon-2048x2048-nnt62s2u.png",
sidebar: {
darkUrl:
"https://assistantscenter.com/api/user/avatar/63ad65e2d3f1b1b3acdff794",
lightUrl:
"https://assistantscenter.com/api/user/avatar/63ad65e2d3f1b1b3acdff794",
hideName: true,
borderRadius: false,
alignCenter: true,
},
},
});

backgroundImage

favicon

noGuildIcon

sidebar.darkUrl and sidebar.lightUrl
Hide properties
theme: SoftUI({
icons: {
sidebar: {
borderRadius: false,
},
},
});
Was this page helpful?