This commit is contained in:
parent
59b5c07da6
commit
a4a34e83ec
@ -34,10 +34,10 @@ module.exports = {
|
|||||||
|
|
||||||
const nodes = [
|
const nodes = [
|
||||||
{
|
{
|
||||||
host: "eu-lavalink.lexnet.cc",
|
host: "omega.raphix.fr",
|
||||||
password: "lexn3tl@val!nk",
|
password: "raphixlavalink",
|
||||||
port: 443,
|
port: 2333,
|
||||||
secure: true
|
secure: false
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
10
src/main.js
10
src/main.js
@ -129,12 +129,12 @@ function startDiscordBot() {
|
|||||||
|
|
||||||
const nodes = [
|
const nodes = [
|
||||||
{
|
{
|
||||||
host: "eu-lavalink.lexnet.cc",
|
host: "omega.raphix.fr",
|
||||||
password: "lexn3tl@val!nk",
|
password: "raphixlavalink",
|
||||||
port: 443,
|
port: 2333,
|
||||||
secure: true
|
secure: false
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
client.manager = new Manager({
|
client.manager = new Manager({
|
||||||
// The nodes to connect to, optional if using default lavalink options
|
// The nodes to connect to, optional if using default lavalink options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user