Skip to content

Commit

Permalink
erela.js nodes sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
saiteja-madha committed Sep 26, 2022
1 parent d9959c9 commit 0d42f86
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 0d42f86

Please sign in to comment.