This commit is contained in:
parent
4b145910c8
commit
71e845bf99
@ -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)
|
||||
|
@ -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
|
||||
}
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user