diff --git a/src/commands/restart.js b/src/commands/restart.js index 46b6476..fc66f01 100644 --- a/src/commands/restart.js +++ b/src/commands/restart.js @@ -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) diff --git a/src/main.js b/src/main.js index 5c1a626..2fecf8f 100644 --- a/src/main.js +++ b/src/main.js @@ -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 } ];