From 2d1f7c1e0de9ee9968b1d22f39428627b2747454 Mon Sep 17 00:00:00 2001 From: hwangsihu Date: Sun, 25 Aug 2024 22:06:50 +0900 Subject: [PATCH 1/2] Update README.md, package.json and added my nodes --- README.md | 3 +-- nodes.json | 27 +++++++++++++++++++++------ package.json | 12 ++++++------ 3 files changed, 28 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 02b4961e..cb3f5c9c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - [![Contributors][contributors-shield]][contributors-url] [![Issues][issues-shield]][issues-url] [![Forks][forks-shield]][forks-url] @@ -65,7 +64,7 @@ - `restVersion` - The version of your node (lavalink rest api version) (v3 or v4) - `authorId` - Your User Discord ID (To get your avatar, name and tag foe display in the list) -## Contributores +## Contributers Thanks goes to these wonderful people : diff --git a/nodes.json b/nodes.json index 88c4802e..311e26ff 100644 --- a/nodes.json +++ b/nodes.json @@ -1,5 +1,4 @@ [ - { "identifier": "MYHM.Space", "host": "ll3.myhm.space", @@ -186,8 +185,8 @@ "port": 4000, "password": "youshallnotpass", "secure": false, - "authorId": "843536174726512642", "restVersion": "v4" + "authorId": "843536174726512642", }, { "identifier": "Amane - v3 SSL", @@ -240,9 +239,8 @@ "port": 5768, "password": "youshallnotpass", "secure": false, - - "authorId": "878821057748926534", "restVersion": "v3" + "authorId": "878821057748926534", }, { "identifier": "Naig Node - 01", @@ -250,8 +248,25 @@ "port": 2005, "password": "NAIGLAVA-dash.techbyte.host", "secure": false, - "authorId": "573709909594734603", "restVersion": "v4" - + "authorId": "573709909594734603", + }, + { + "identifier": "Korea Node V3", + "host": "hwangsihu.ddns.net", + "port": 2332, + "password": "youshallnotpass", + "secure": false, + "restVersion": "v3", + "authorId": "960028313525583903" + }, + { + "identifier": "Korea Node V4", + "host": "hwangsihu.ddns.net", + "port": 2333, + "password": "youshallnotpass", + "secure": false, + "restVersion": "v4", + "authorId": "960028313525583903" } ] diff --git a/package.json b/package.json index ff09ab42..84db3525 100644 --- a/package.json +++ b/package.json @@ -10,14 +10,14 @@ "author": "", "license": "ISC", "dependencies": { - "@libsql/client": "^0.6.0", - "@prisma/adapter-libsql": "^5.13.0", - "@prisma/client": "^5.13.0" + "@libsql/client": "^0.9.0", + "@prisma/adapter-libsql": "^5.18.0", + "@prisma/client": "^5.18.0" }, "devDependencies": { - "@types/node": "^20.12.7", - "prisma": "^5.13.0", + "@types/node": "^22.5.0", + "prisma": "^5.18.0", "ts-node": "^10.9.2", - "typescript": "^5.4.5" + "typescript": "^5.5.4" } } From 9730978e8994bb5766042380d5d2f4340736e3c4 Mon Sep 17 00:00:00 2001 From: hwangsihu <129564966+hwangsihu@users.noreply.github.com> Date: Sun, 25 Aug 2024 22:38:33 +0900 Subject: [PATCH 2/2] nodes.json --- nodes.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/nodes.json b/nodes.json index 311e26ff..e7835ea5 100644 --- a/nodes.json +++ b/nodes.json @@ -176,8 +176,8 @@ "port": 27185, "password": "Lavalinkhoster123", "secure": false, - "authorId": "701145215888523276", - "restVersion": "v4" + "restVersion": "v4", + "authorId": "701145215888523276" }, { "identifier": "NYC Lavalink", @@ -185,8 +185,8 @@ "port": 4000, "password": "youshallnotpass", "secure": false, - "restVersion": "v4" - "authorId": "843536174726512642", + "restVersion": "v4", + "authorId": "843536174726512642" }, { "identifier": "Amane - v3 SSL", @@ -239,8 +239,8 @@ "port": 5768, "password": "youshallnotpass", "secure": false, - "restVersion": "v3" - "authorId": "878821057748926534", + "restVersion": "v3", + "authorId": "878821057748926534" }, { "identifier": "Naig Node - 01", @@ -248,8 +248,8 @@ "port": 2005, "password": "NAIGLAVA-dash.techbyte.host", "secure": false, - "restVersion": "v4" - "authorId": "573709909594734603", + "restVersion": "v4", + "authorId": "573709909594734603" }, { "identifier": "Korea Node V3", @@ -269,4 +269,4 @@ "restVersion": "v4", "authorId": "960028313525583903" } -] +] \ No newline at end of file