Merge pull request #172 from Ruben-Schadron/patch-2

This commit is contained in:
Corwin 2023-05-29 12:22:37 +01:00 committed by GitHub
commit 288fd752ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,6 +71,16 @@ if (clientID && clientSecret) {
password: process.env.LAVALINK_PASSWORD || "CorwinDev",
secure: Boolean(process.env.LAVALINK_SECURE) || false
},
{
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);