Fix Restart #7
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good
This commit is contained in:
parent
67af38c9f4
commit
c4fbc3338a
@ -30,12 +30,17 @@ module.exports = {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const nodes = [
|
||||||
|
{
|
||||||
|
host: "lavalink.devamop.in",
|
||||||
|
password: "DevamOP",
|
||||||
|
port: 443,
|
||||||
|
secure: true
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
await client.manager.destroyNode()
|
client.manager.createNode(nodes)
|
||||||
await client.manager.createNode()
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user