Skip to content

Commit

Permalink
lavalinks details in config
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMaxxer69 authored Jul 14, 2024
1 parent db2c919 commit c0ec927
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,19 @@ module.exports = {
embedTimeout: 5, // Timeout before the button interaction embeds are deleted ( Default - 5 seconds)
errorLog: "",

// Lavalink Server Details

nodes: [
{
name: "Node #1",
host: "lava-v3.ajieblogs.eu.org",
port: 80,
password: "https://dsc.gg/ajidevserver",
reconnectTimeout: 5000,
reconnectTries: Infinity,
secure: false
},
]
}
/*
Expand Down

0 comments on commit c0ec927

Please sign in to comment.