Fix Restart #7
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good

This commit is contained in:
CICD - Pipeline 2023-04-22 17:16:24 +02:00
parent 67af38c9f4
commit c4fbc3338a

View File

@ -29,13 +29,18 @@ module.exports = {
player.destroy() player.destroy()
} }
await client.manager.destroyNode()
await client.manager.createNode()
const nodes = [
{
host: "lavalink.devamop.in",
password: "DevamOP",
port: 443,
secure: true
}
];
client.manager.createNode(nodes)
} else { } else {