Configurations
UI Customization
You can customize the UI and create your own theme by editing the css file web/theme.css
There, you will find already 3 themes already created (dark, cyan and purple), you can change them however you like to match your server vibe.
Script configuration
Changing the Discord Channels
To change the discord channels, go to config.lua and in the feed section, you can choose a title for each channel you want.
For the channelId, you can get by right clicking the channel on discord and selecting copy ID.


For it to work, the feed bot should have read access to this channel
Changing the songs
To change the songs, go to config.lua in the section music and replace the music title and src by the music title that you selected, the song is the song file path, should be placed in web/music/
Changing the links
To change the links, go to config.lua in the links section and there you can choose how many links you want, the css color for each one, and the icon. The icons available to choose from can be found here:
https://lucide.dev/icons/
Changing the background
To change the background, go to config.lua in the background section, there you can choose a URL for a video (must be placed on web/videos/ or it also can be a url for a video in a CDN).
You can also choose a image instead of a video (must be placed in web/images) or in the iframe section, you can define a youtube embed url.
Other configurations can be done in:
open/server.lua
open/client.lua
open/webhooks.lua
Last updated