Update bot.js (lavalink)

Updated the lavalink's. Also added one from my self
This commit is contained in:
Ruben Schadron 2023-05-29 10:19:20 +02:00 committed by GitHub
parent 73846cbea6
commit 60bd398a5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,16 @@ if (clientID && clientSecret) {
port: parseInt(process.env.LAVALINK_PORT) || 80,
password: process.env.LAVALINK_PASSWORD || "CorwinDev"
},
{
host: "lavalink.techpoint.world",
port: 80,
password: "techpoint"
},
{
host: "149.56.20.224",
port: 19155,
password: "Techpoint"
},
],
send(id, payload) {
const guild = client.guilds.cache.get(id);
@ -216,4 +226,4 @@ client.on(Discord.ShardEvents.Error, error => {
username: 'Bot Logs',
embeds: [embed],
});
});
});