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

This commit is contained in:
CICD - Pipeline 2023-04-28 11:21:15 +02:00
parent a4a34e83ec
commit 9c5ade930c
2 changed files with 9 additions and 9 deletions

View File

@ -34,13 +34,13 @@ module.exports = {
const nodes = [
{
host: "omega.raphix.fr",
password: "raphixlavalink",
port: 2333,
secure: false
host: "lavalink.devamop.in",
password: "DevamOP",
port: 443,
secure: true
}
];
client.manager.createNode(nodes)

View File

@ -129,10 +129,10 @@ function startDiscordBot() {
const nodes = [
{
host: "omega.raphix.fr",
password: "raphixlavalink",
port: 2333,
secure: false
host: "lavalink.devamop.in",
password: "DevamOP",
port: 443,
secure: true
}
];