Skip to content

Commit

Permalink
Merge pull request #99 from hwangsihu/main
Browse files Browse the repository at this point in the history
Update README.md, package.json and added my nodes
  • Loading branch information
appujet authored Aug 26, 2024
2 parents 2a1c63a + 9730978 commit 30bb8e4
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 20 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

[![Contributors][contributors-shield]][contributors-url]
[![Issues][issues-shield]][issues-url]
[![Forks][forks-shield]][forks-url]
Expand Down Expand Up @@ -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 :

Expand Down
39 changes: 27 additions & 12 deletions nodes.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[

{
"identifier": "MYHM.Space",
"host": "ll3.myhm.space",
Expand Down Expand Up @@ -168,17 +167,17 @@
"port": 27185,
"password": "Lavalinkhoster123",
"secure": false,
"authorId": "701145215888523276",
"restVersion": "v4"
"restVersion": "v4",
"authorId": "701145215888523276"
},
{
"identifier": "NYC Lavalink",
"host": "nyc01.jxshua.dev",
"port": 4000,
"password": "youshallnotpass",
"secure": false,
"authorId": "843536174726512642",
"restVersion": "v4"
"restVersion": "v4",
"authorId": "843536174726512642"
},
{
"identifier": "Amane - v3 SSL",
Expand Down Expand Up @@ -231,18 +230,34 @@
"port": 5768,
"password": "youshallnotpass",
"secure": false,

"authorId": "878821057748926534",
"restVersion": "v3"
"restVersion": "v3",
"authorId": "878821057748926534"
},
{
"identifier": "Naig Node - 01",
"host": "lavalink01.techbyte.host",
"port": 2005,
"password": "NAIGLAVA-dash.techbyte.host",
"secure": false,
"authorId": "573709909594734603",
"restVersion": "v4"

"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"
}
]
]
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 30bb8e4

Please sign in to comment.