diff --git a/docs/NoSSL/lavalink-without-ssl.md b/docs/NoSSL/lavalink-without-ssl.md index 74243c9..59b50f5 100644 --- a/docs/NoSSL/lavalink-without-ssl.md +++ b/docs/NoSSL/lavalink-without-ssl.md @@ -34,7 +34,8 @@ Password : "kdlavalink" secure: false ``` -Hosted by @ [MiTask#0062](https://github.com/MrMasrozYTLIVE)\n +Hosted by @ [MiTask#0062](https://github.com/MrMasrozYTLIVE) + German Lavalink: ```bash Host : ger.lavalink.mitask.tech @@ -42,3 +43,11 @@ Port : 2333 Password : "lvserver" Secure : false ``` + +US Lavalink: +```bash +Host : usa.lavalink.mitask.tech +Port : 2333 +Password : "lvserver" +Secure : false +``` diff --git a/docs/SSL/lavalink-with-ssl.md b/docs/SSL/lavalink-with-ssl.md index d228128..c5db992 100644 --- a/docs/SSL/lavalink-with-ssl.md +++ b/docs/SSL/lavalink-with-ssl.md @@ -21,6 +21,7 @@ Secure: true ``` Hosted by @ [MiTask#0062](https://github.com/MrMasrozYTLIVE) + Repl.it Lavalink: ```bash Host : lavalink.scpcl.site @@ -28,11 +29,3 @@ Port : 443 Password : "lvserver" Secure : true ``` - -US Lavalink: -```bash -Host : usa.lavalink.mitask.tech -Port : 2333 -Password : "lvserver" -Secure : false -``` diff --git a/docs/api/servers.json b/docs/api/servers.json index 411f8ea..9669e54 100644 --- a/docs/api/servers.json +++ b/docs/api/servers.json @@ -53,12 +53,6 @@ "port":"443", "password":"cobaltlavanode23@", "identifier":"cobaltonline" - }, - { - "host":"usa.lavalink.mitask.tech", - "port":"443", - "password":"lvserver", - "identifier":"usa-mitask" } ], "nossl":[ @@ -91,6 +85,12 @@ "port":"2333", "password":"lvserver", "identifier":"ger-mitask" + }, + { + "host":"usa.lavalink.mitask.tech", + "port":"2333", + "password":"lvserver", + "identifier":"usa-mitask" } ] }