From df87aff9cbdcdad972e02e9dd40e1cd90d9c7d83 Mon Sep 17 00:00:00 2001 From: Choco <94597336+ChocoMeow@users.noreply.github.com> Date: Thu, 22 Feb 2024 18:15:14 +0800 Subject: [PATCH] Updated some docs --- README.md | 56 +++++++++++++++++++++++++++++++++---------- settings Example.json | 2 +- 2 files changed, 44 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 786e15d..940aae1 100644 --- a/README.md +++ b/README.md @@ -102,31 +102,61 @@ MONGODB_NAME = Vocard "port": 8000, "enable": false }, - "emoji_source_raw": { - "youtube": "<:youtube:826661982760992778>", - "youtube music": "<:youtube:826661982760992778>", - "spotify": "<:spotify:826661996615172146>", - "soundcloud": "<:soundcloud:852729280027033632>", - "twitch": "<:twitch:852729278285086741>", - "bandcamp": "<:bandcamp:864694003811221526>", - "vimeo": "<:vimeo:864694001919721473>", - "apple": "<:applemusic:994844332374884413>", - "reddit": "<:reddit:996007566863773717>", - "tiktok": "<:tiktok:996007689798811698>" + "sources_settings": { + "youtube": { + "emoji": "<:youtube:826661982760992778>", + "color": "0xFF0000" + }, + "youtube music": { + "emoji": "<:youtube:826661982760992778>", + "color": "0xFF0000" + }, + "spotify": { + "emoji": "<:spotify:826661996615172146>", + "color": "0x1DB954" + }, + "soundcloud": { + "emoji": "<:soundcloud:852729280027033632>", + "color": "0xFF7700" + }, + "twitch": { + "emoji": "<:twitch:852729278285086741>", + "color": "0x9B4AFF" + }, + "bandcamp": { + "emoji": "<:bandcamp:864694003811221526>", + "color": "0x6F98A7" + }, + "vimeo": { + "emoji": "<:vimeo:864694001919721473>", + "color": "0x1ABCEA" + }, + "apple": { + "emoji": "<:applemusic:994844332374884413>", + "color": "0xE298C4" + }, + "reddit": { + "emoji": "<:reddit:996007566863773717>", + "color": "0xFF5700" + }, + "tiktok": { + "emoji": "<:tiktok:996007689798811698>", + "color": "0x74ECE9" + } }, "default_controller": { "embeds": { "active": { "description": "**Now Playing: ```[@@track_name@@]```\nLink: [Click Me](@@track_url@@) | Requester: @@requester@@ | DJ: @@dj@@**", "footer": { - "text": "Queue Length: @@queue_length@@ | Duration: @@duration@@ | Volume: @@volume@@% {{loop_mode!=Off ?? | Repeat: @@loop_mode@@}}" + "text": "Queue Length: @@queue_length@@ | Duration: @@track_duration@@ | Volume: @@volume@@% {{loop_mode!=Off ?? | Repeat: @@loop_mode@@}}" }, "image": "@@track_thumbnail@@", "author": { "name": "Music Controller | @@channel_name@@", "icon_url": "@@bot_icon@@" }, - "color": "@@default_embed_color@@" + "color": "@@track_color@@" }, "inactive": { "header": { diff --git a/settings Example.json b/settings Example.json index cdd08b8..225a939 100644 --- a/settings Example.json +++ b/settings Example.json @@ -68,7 +68,7 @@ "active": { "description": "**Now Playing: ```[@@track_name@@]```\nLink: [Click Me](@@track_url@@) | Requester: @@requester@@ | DJ: @@dj@@**", "footer": { - "text": "Queue Length: @@queue_length@@ | Duration: @@duration@@ | Volume: @@volume@@% {{loop_mode!=Off ?? | Repeat: @@loop_mode@@}}" + "text": "Queue Length: @@queue_length@@ | Duration: @@track_duration@@ | Volume: @@volume@@% {{loop_mode!=Off ?? | Repeat: @@loop_mode@@}}" }, "image": "@@track_thumbnail@@", "author": {