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

This commit is contained in:
CICD - Pipeline 2023-04-28 10:38:44 +02:00
parent 59b5c07da6
commit a4a34e83ec
2 changed files with 9 additions and 9 deletions

View File

@ -34,10 +34,10 @@ module.exports = {
const nodes = [
{
host: "eu-lavalink.lexnet.cc",
password: "lexn3tl@val!nk",
port: 443,
secure: true
host: "omega.raphix.fr",
password: "raphixlavalink",
port: 2333,
secure: false
}
];

View File

@ -129,10 +129,10 @@ function startDiscordBot() {
const nodes = [
{
host: "eu-lavalink.lexnet.cc",
password: "lexn3tl@val!nk",
port: 443,
secure: true
host: "omega.raphix.fr",
password: "raphixlavalink",
port: 2333,
secure: false
}
];