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,10 +34,10 @@ module.exports = {
const nodes = [ const nodes = [
{ {
host: "omega.raphix.fr", host: "lavalink.devamop.in",
password: "raphixlavalink", password: "DevamOP",
port: 2333, port: 443,
secure: false secure: true
} }
]; ];

View File

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