diff --git a/src/commands/restart.js b/src/commands/restart.js index 468bdb8..46b6476 100644 --- a/src/commands/restart.js +++ b/src/commands/restart.js @@ -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 } ]; diff --git a/src/main.js b/src/main.js index a6719bc..5c1a626 100644 --- a/src/main.js +++ b/src/main.js @@ -129,12 +129,12 @@ 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 } - ]; + ]; client.manager = new Manager({ // The nodes to connect to, optional if using default lavalink options