This commit is contained in:
parent
4b145910c8
commit
71e845bf99
@ -32,16 +32,18 @@ module.exports = {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const nodes = [
|
const nodes = [
|
||||||
{
|
{
|
||||||
host: "lavalink.devamop.in",
|
host: "narco.buses.rocks",
|
||||||
password: "DevamOP",
|
password: "glasshost1984",
|
||||||
port: 443,
|
port: 2269,
|
||||||
secure: true
|
secure: false
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
client.manager.createNode(nodes)
|
client.manager.createNode(nodes)
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,10 +10,10 @@ const log = require("./sublog.js")
|
|||||||
|
|
||||||
const nodes = [
|
const nodes = [
|
||||||
{
|
{
|
||||||
host: "lavalink.devamop.in",
|
host: "narco.buses.rocks",
|
||||||
password: "DevamOP",
|
password: "glasshost1984",
|
||||||
port: 443,
|
port: 2269,
|
||||||
secure: true
|
secure: false
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user