This commit is contained in:
parent
a4a34e83ec
commit
9c5ade930c
@ -34,13 +34,13 @@ module.exports = {
|
||||
|
||||
const nodes = [
|
||||
{
|
||||
host: "omega.raphix.fr",
|
||||
password: "raphixlavalink",
|
||||
port: 2333,
|
||||
secure: false
|
||||
host: "lavalink.devamop.in",
|
||||
password: "DevamOP",
|
||||
port: 443,
|
||||
secure: true
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
|
||||
client.manager.createNode(nodes)
|
||||
|
||||
|
@ -129,10 +129,10 @@ function startDiscordBot() {
|
||||
|
||||
const nodes = [
|
||||
{
|
||||
host: "omega.raphix.fr",
|
||||
password: "raphixlavalink",
|
||||
port: 2333,
|
||||
secure: false
|
||||
host: "lavalink.devamop.in",
|
||||
password: "DevamOP",
|
||||
port: 443,
|
||||
secure: true
|
||||
}
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user