4 Commits

Author SHA1 Message Date
674e420938 Supprimer src/config.json 2025-06-01 20:06:58 +00:00
af4b175aad Fix node
Some checks are pending
Subsonics - Pipeline/pipeline/head This commit looks good
b/pipeline/head Build started...
2023-07-19 19:48:59 +02:00
1d1818af8d Retore config.json
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good
2023-06-19 22:59:34 +02:00
a09ac9281d Supprimer 'src/config.json'
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good
2023-06-19 20:54:39 +00:00
2 changed files with 4 additions and 9 deletions

View File

@ -1,5 +0,0 @@
{
"token":"MTA5NDcyNzc4OTY4MjM4MDkyMg.GXRu96.tkaQ8XqbDgk4blhGk4sme6JGwQkgf9hQ92W15s",
"clientID":"1094727789682380922",
"guildID":"137291455336022018"
}

View File

@ -11,10 +11,10 @@ var membersVoices = new Map()
const nodes = [
{
host: "narco.buses.rocks",
password: "glasshost1984",
port: 2269,
secure: false
host: "lavalink.devamop.in",
password: "DevamOP",
port: 443,
secure: true
}
];