This commit is contained in:
parent
59b5c07da6
commit
a4a34e83ec
@ -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
|
||||
}
|
||||
];
|
||||
|
||||
|
10
src/main.js
10
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user