diff --git a/src/commands/restart.js b/src/commands/restart.js index fc66f01..30a69ee 100644 --- a/src/commands/restart.js +++ b/src/commands/restart.js @@ -31,15 +31,17 @@ module.exports = { player.destroy() } - + + const nodes = [ { - host: "lavalink.devamop.in", - password: "DevamOP", - port: 443, - secure: true + host: "narco.buses.rocks", + password: "glasshost1984", + port: 2269, + secure: false } - ]; + ]; + client.manager.createNode(nodes) diff --git a/src/main.js b/src/main.js index afac566..524cbcf 100644 --- a/src/main.js +++ b/src/main.js @@ -10,10 +10,10 @@ const log = require("./sublog.js") const nodes = [ { - host: "lavalink.devamop.in", - password: "DevamOP", - port: 443, - secure: true + host: "narco.buses.rocks", + password: "glasshost1984", + port: 2269, + secure: false } ];