Skip to content

Commit

Permalink
Merge pull request #81 from MinazukiAmane/patch-1
Browse files Browse the repository at this point in the history
add amane lavalink
  • Loading branch information
appujet authored Jul 14, 2024
2 parents 13a35a0 + af6da39 commit 69c8f32
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions nodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,41 @@
"secure": false,
"authorId": "843536174726512642",
"restVersion": "v4"
},
{
"identifier": "Amane - v3 SSL",
"host": "lavalink.serenetia.com",
"port": 443,
"password": "lavalinkv3",
"secure": true,
"authorId": "334307216926703616",
"restVersion": "v3"
},
{
"identifier": "Amane - v4 SSL",
"host": "lavalinkv4.serenetia.com",
"port": 443,
"password": "lavalinkv4",
"secure": true,
"authorId": "334307216926703616",
"restVersion": "v4"
},
{
"identifier": "Amane - v3 No SSL",
"host": "lavalink.serenetia.com",
"port": 80,
"password": "lavalinkv3",
"secure": false,
"authorId": "334307216926703616",
"restVersion": "v3"
},
{
"identifier": "Amane - v4 No SSL",
"host": "lavalinkv4.serenetia.com",
"port": 80,
"password": "lavalinkv4",
"secure": false,
"authorId": "334307216926703616",
"restVersion": "v4"
}
]

0 comments on commit 69c8f32

Please sign in to comment.