mirror of
https://github.com/MinazukiAmane/Tinasha-Bot.git
synced 2025-03-15 11:35:58 +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
|
IDLE_TIME: 60, // Time in seconds before the bot disconnects from the voice channel
|
||||||
MAX_SEARCH_RESULTS: 20,
|
MAX_SEARCH_RESULTS: 20,
|
||||||
NODES: [
|
NODES: [
|
||||||
{
|
{
|
||||||
host: "lavalink.serenetia.com",
|
host: "lavalink.serenetia.com",
|
||||||
port: 443,
|
port: 443,
|
||||||
password: "amanechan",
|
password: "amanechan",
|
||||||
secure: true,
|
secure: true,
|
||||||
|
version: "v3",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
host: "lavalink-sg.serenetia.com",
|
host: "lavalink-sg.serenetia.com",
|
||||||
port: 443,
|
port: 443,
|
||||||
password: "amanechan",
|
password: "amanechan",
|
||||||
secure: true,
|
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