mirror of
https://github.com/MinazukiAmane/Tinasha-Bot.git
synced 2025-03-15 12:55:59 +08:00
patch 5.5.0
This commit is contained in:
parent
50e368dc48
commit
54e48fff8e
14
config.js
14
config.js
@ -59,27 +59,31 @@ module.exports = {
|
||||
// Refer to https://github.com/freyacodes/Lavalink to host your own lavalink server
|
||||
LAVALINK_NODES: [
|
||||
/*{
|
||||
host: "lavalink.serenetia.com",
|
||||
port: 443,
|
||||
password: "amanechan",
|
||||
secure: true,
|
||||
},*/
|
||||
host: "lavalinkv4.serenetia.com",
|
||||
port: 443,
|
||||
password: "amanechan",
|
||||
id: "Indonesia V4 Node",
|
||||
secure: true,
|
||||
},*/
|
||||
{
|
||||
host: "lavalink-sg.serenetia.com",
|
||||
port: 443,
|
||||
password: "amanechan",
|
||||
id: "Singapore Node",
|
||||
secure: true,
|
||||
},
|
||||
{
|
||||
host: "103.125.38.143",
|
||||
port: 3556,
|
||||
password: "amanechan",
|
||||
id: "Indonesia Node",
|
||||
secure: false,
|
||||
},
|
||||
{
|
||||
host: "194.233.92.52",
|
||||
port: 3556,
|
||||
password: "amanechan",
|
||||
id: "Singapore Node",
|
||||
secure: false,
|
||||
},
|
||||
],
|
||||
|
@ -13,4 +13,4 @@
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules", "**/node_modules/*"]
|
||||
}
|
||||
}
|
2910
package-lock.json
generated
2910
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -26,6 +26,7 @@
|
||||
"dependencies": {
|
||||
"@lavaclient/queue": "^2.1.1",
|
||||
"@lavaclient/spotify": "^3.1.0",
|
||||
"@lavaclient/types": "^2.1.1",
|
||||
"@vitalets/google-translate-api": "^9.2.0",
|
||||
"ascii-table": "0.0.9",
|
||||
"btoa": "^1.2.1",
|
||||
@ -38,7 +39,7 @@
|
||||
"dotenv": "^16.3.1",
|
||||
"ejs": "^3.1.9",
|
||||
"enhanced-ms": "^2.3.0",
|
||||
"express": "^4.19.2",
|
||||
"express": "^4.18.2",
|
||||
"express-session": "^1.18.0",
|
||||
"fixedsize-map": "^1.0.1",
|
||||
"iso-639-1": "^3.1.0",
|
||||
|
@ -14,7 +14,7 @@ const search_prefix = {
|
||||
*/
|
||||
module.exports = {
|
||||
name: "play",
|
||||
description: "play a song from youtube",
|
||||
description: "play a song",
|
||||
category: "MUSIC",
|
||||
botPermissions: ["EmbedLinks"],
|
||||
command: {
|
||||
|
@ -19,7 +19,7 @@ const search_prefix = {
|
||||
*/
|
||||
module.exports = {
|
||||
name: "search",
|
||||
description: "search for matching songs on youtube",
|
||||
description: "search for matching songs",
|
||||
category: "MUSIC",
|
||||
botPermissions: ["EmbedLinks"],
|
||||
command: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user