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 = [ const nodes = [
{ {
host: "eu-lavalink.lexnet.cc", host: "omega.raphix.fr",
password: "lexn3tl@val!nk", password: "raphixlavalink",
port: 443, port: 2333,
secure: true secure: false
} }
]; ];

View File

@ -129,12 +129,12 @@ function startDiscordBot() {
const nodes = [ const nodes = [
{ {
host: "eu-lavalink.lexnet.cc", host: "omega.raphix.fr",
password: "lexn3tl@val!nk", password: "raphixlavalink",
port: 443, port: 2333,
secure: true secure: false
} }
]; ];
client.manager = new Manager({ client.manager = new Manager({
// The nodes to connect to, optional if using default lavalink options // The nodes to connect to, optional if using default lavalink options