Config = {};
Config.Locale = 'en'; // en / pt / es / fr / de / nl / sv
Config.MusicVolume = 0.15 // 0.0 - 1.0
Config.BackgroundVideo = true // true it will use a video (img/video/.WEBM), false it will use a carousel of images (img/slide/.JPG)
Config.UseYoutubeVideo = false // true it will use a youtube video, false it will use a local video (img/video/.WEBM)
Config.YoutubeVideoID = 'N39o6eaBtdI' // Youtube video ID (The ID is the last part of the URL after 'watch?v=')
Config.UpdateCarouselTime = 8; // Time in seconds
Config.Color = '#1f5eff' // Color of the UI
Config.SocialMedia = {
instagram: {
link: "https://discord.gg/okok", // Change this to your social media link
},
tiktok: {
link: "https://discord.gg/okok",
},
youtube: {
link: "https://www.youtube.com/@okokscripts",
},
discord: {
link: "https://discord.gg/okok",
},
|