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 +});