Change node
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good

This commit is contained in:
CICD - Pipeline 2023-04-29 18:33:52 +02:00
parent 4b145910c8
commit 71e845bf99
2 changed files with 12 additions and 10 deletions

View File

@ -32,16 +32,18 @@ module.exports = {
}
const nodes = [
{
host: "lavalink.devamop.in",
password: "DevamOP",
port: 443,
secure: true
host: "narco.buses.rocks",
password: "glasshost1984",
port: 2269,
secure: false
}
];
client.manager.createNode(nodes)

View File

@ -10,10 +10,10 @@ const log = require("./sublog.js")
const nodes = [
{
host: "lavalink.devamop.in",
password: "DevamOP",
port: 443,
secure: true
host: "narco.buses.rocks",
password: "glasshost1984",
port: 2269,
secure: false
}
];