From 4b07084607b3b5731abb1f601a21e63ec85084b7 Mon Sep 17 00:00:00 2001 From: Corwin Date: Sat, 3 Jun 2023 16:59:35 +0100 Subject: [PATCH] Removed not working music node --- src/bot.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/bot.js b/src/bot.js index 05d8d51..59ad137 100644 --- a/src/bot.js +++ b/src/bot.js @@ -76,11 +76,6 @@ if (clientID && clientSecret) { port: 80, password: "techpoint" }, - { - host: "149.56.20.224", - port: 19155, - password: "Techpoint" - }, ], send(id, payload) { const guild = client.guilds.cache.get(id);