From 60bd398a5f5b644c69879a1083c922eaa41c02f7 Mon Sep 17 00:00:00 2001 From: Ruben Schadron <77514111+Ruben-Schadron@users.noreply.github.com> Date: Mon, 29 May 2023 10:19:20 +0200 Subject: [PATCH] Update bot.js (lavalink) Updated the lavalink's. Also added one from my self --- src/bot.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/bot.js b/src/bot.js index 8f4b1e7..bee873e 100644 --- a/src/bot.js +++ b/src/bot.js @@ -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], }); -}); \ No newline at end of file +});