From 0d42f86fc95135235509b4207d2dea9d2e277307 Mon Sep 17 00:00:00 2001 From: saiteja-madha Date: Sun, 25 Sep 2022 22:02:35 -0700 Subject: [PATCH] erela.js nodes sample config --- config.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index 9ba79ab40..b2d71dd1a 100644 --- a/config.js +++ b/config.js @@ -51,7 +51,17 @@ module.exports = { ENABLED: false, IDLE_TIME: 60, // Time in seconds before the bot disconnects from the voice channel MAX_SEARCH_RESULTS: 5, - NODES: [], + // Add any number of lavalink nodes here + // Refer to https://github.com/freyacodes/Lavalink to host your own lavalink server + NODES: [ + { + host: "localhost", + port: 2333, + password: "youshallnotpass", + identifier: "Local Node", + secure: false, + }, + ], }, GIVEAWAYS: {