โš™๏ธConfiguration

Check the standard Config!

index.js
var listofimages = [
	"https://cdn.discordapp.com/attachments/1111651214241837109/1181582019558375515/BannerStatic.png?ex=65c22e82&is=65afb982&hm=4c38b3e7ddac3e377affaf65227f55d6a985039eed84bb65185045be784a0792&",
	"https://cdn.discordapp.com/attachments/1111651214241837109/1176455398753050624/Factions_Preview.png?ex=65c1fcf8&is=65af87f8&hm=02391f4cbf15adb4c43f2d216441e09ff63c699625bb26ebbb2334a9c8143954&",
	"https://cdn.discordapp.com/attachments/1111651214241837109/1165280175022428232/b7d10477809de3ae86c8ad81ccc73254bfb1ca32.png?ex=65be3f3b&is=65abca3b&hm=ee390eb8e86bfd348536a04fc560265d5edafca5fd7183ef43b6350fed686638&",
	"https://cdn.discordapp.com/attachments/1111651214241837109/1165272840543678464/45cef3f667c23a7b1ad47ac337c572215a88139a.png?ex=65be3866&is=65abc366&hm=01964bd4bb6cad192ac79094f5dcf0d3d2997775fc0dc1d8883747d44c70882a&",
];

var defaultsongvolume = 50; // 0 - 100 in percent

var songs = [
	[
		"songs/NAMEK.mp3",
		"NAMEK",
		"Safraoui",
		"https://www.youtube.com/watch?v=78yhozqJ-bg",
	],
	[
		"songs/mikeeysmind.mp3",
		"VVV",
		"mikeeysmind",
		"https://www.youtube.com/watch?v=GzkUkHKmW3c",
	],
	[
		"songs/Millions.mp3",
		"Canarsie",
		"Russ Millions",
		"https://www.youtube.com/watch?v=VTrrbQ4IXk0",
	],
	[
		"songs/WeTooDeep.mp3",
		"We Too Deep",
		"Luciano",
		"https://www.youtube.com/watch?v=zco9ESNQrOw",
	],
];

var socials = [
	[
		"youtube",
		"src/Youtube.png",
		"https://www.youtube.com/channel/UCmP8v09FHNz_nlZSgH8Juwg",
	],
	["discord", "src/Discord.png", "https://www.discord.gg/s-service"],
	[
		"insta",
		"src/Insta.png",
		"https://www.instagram.com/sservice_?utm_source=ig_web_button_share_sheet&igsh=ZDNlZDc0MzIxNw==",
	],
];

var teammembers = [
	{
		name: "ShxtOn",
		rank: "Founder",
		imgsrc: "https://cdn.discordapp.com/attachments/1111651214241837109/1203717667907960913/LogoStatic_1.png?ex=65d21c70&is=65bfa770&hm=9044d08e967f9a316446cd5c4265108254253f65c80b99c08b7e9d94f5544776&",
	},
	{
		name: "Chrisi",
		rank: "Founder",
		imgsrc: "https://cdn.discordapp.com/attachments/1111651214241837109/1203717667907960913/LogoStatic_1.png?ex=65d21c70&is=65bfa770&hm=9044d08e967f9a316446cd5c4265108254253f65c80b99c08b7e9d94f5544776&",
	},
	{
		name: "Palette",
		rank: "Supporter",
		imgsrc: "https://cdn.discordapp.com/attachments/1111651214241837109/1203717667907960913/LogoStatic_1.png?ex=65d21c70&is=65bfa770&hm=9044d08e967f9a316446cd5c4265108254253f65c80b99c08b7e9d94f5544776&",
	},
	{
		name: "Melons",
		rank: "Guide",
		imgsrc: "https://cdn.discordapp.com/attachments/1111651214241837109/1203717667907960913/LogoStatic_1.png?ex=65d21c70&is=65bfa770&hm=9044d08e967f9a316446cd5c4265108254253f65c80b99c08b7e9d94f5544776&",
	},
	{
		name: "Test01",
		rank: "Guide",
		imgsrc: "https://cdn.discordapp.com/attachments/1111651214241837109/1203717667907960913/LogoStatic_1.png?ex=65d21c70&is=65bfa770&hm=9044d08e967f9a316446cd5c4265108254253f65c80b99c08b7e9d94f5544776&",
	},
	{
		name: "Test02",
		rank: "Guide",
		imgsrc: "https://cdn.discordapp.com/attachments/1111651214241837109/1203717667907960913/LogoStatic_1.png?ex=65d21c70&is=65bfa770&hm=9044d08e967f9a316446cd5c4265108254253f65c80b99c08b7e9d94f5544776&",
	},
	{
		name: "Test03",
		rank: "Guide",
		imgsrc: "https://cdn.discordapp.com/attachments/1111651214241837109/1203717667907960913/LogoStatic_1.png?ex=65d21c70&is=65bfa770&hm=9044d08e967f9a316446cd5c4265108254253f65c80b99c08b7e9d94f5544776&",
	},
	{
		name: "Test04",
		rank: "Guide",
		imgsrc: "https://cdn.discordapp.com/attachments/1111651214241837109/1203717667907960913/LogoStatic_1.png?ex=65d21c70&is=65bfa770&hm=9044d08e967f9a316446cd5c4265108254253f65c80b99c08b7e9d94f5544776&",
	},
	{
		name: "Test05",
		rank: "Guide",
		imgsrc: "https://cdn.discordapp.com/attachments/1111651214241837109/1203717667907960913/LogoStatic_1.png?ex=65d21c70&is=65bfa770&hm=9044d08e967f9a316446cd5c4265108254253f65c80b99c08b7e9d94f5544776&",
	},
];

If you find any errors in the configuration and you can't fix them yourself, open a ticket!

Last updated