hmes98318 / Music-Disc

A Discord music bot, supports YouTube, Spotify, SoundCloud, Deezer streams and web dashboard.
https://musicdisc.ggwp.tw
MIT License
108 stars 105 forks source link

The bot supports multiple nodes? #42

Open PM-KIRILL opened 1 week ago

PM-KIRILL commented 1 week ago

Is it possible to use the bot in a multi-node configuration? I would like to add multiple lavalink servers at once to share the load

hmes98318 commented 1 week ago

Just modify nodelist.json to connect multiple lavalink nodes.

[
    {
        "id": "Node 1",
        "hostname": "x.x.x.x",
        "port": 2333,
        "password": "youshallnotpass"
    },
    {
        "id": "Node 2",
        "hostname": "x.x.x.x",
        "port": 2333,
        "password": "youshallnotpass"
    },
    { ... }
]