mirror of
https://github.com/MinazukiAmane/Tinasha-Bot.git
synced 2025-03-15 07:35:57 +08:00
yes you can use v4 but no can't play?
This commit is contained in:
parent
f6d843e674
commit
6d5e1a872c
12
config.js
12
config.js
@ -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,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user