yes you can use v4 but no can't play?

This commit is contained in:
Rene 2023-11-23 00:47:22 +09:00
parent f6d843e674
commit 6d5e1a872c

View File

@ -50,17 +50,27 @@ module.exports = {
IDLE_TIME: 60, // Time in seconds before the bot disconnects from the voice channel
MAX_SEARCH_RESULTS: 20,
NODES: [
{
{
host: "lavalink.serenetia.com",
port: 443,
password: "amanechan",
secure: true,
version: "v3",
},
{
host: "lavalink-sg.serenetia.com",
port: 443,
password: "amanechan",
secure: true,
version: "v3",
},
{
host: "lavalink-sg2.serenetia.com",
port: 443,
password: "amanechan",
secure: true,
version: "v4",
useVersionPath: true,
},
],
},