Skip to content

Commit

Permalink
add description on disconnectAll
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterGamez committed Sep 21, 2024
1 parent 02b9889 commit 0a2ddfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/structures/NodeManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export class NodeManager extends EventEmitter {
/**
* Disconnects all Nodes from lavalink ws sockets
* @param deleteAllNodes if the nodes should also be deleted from nodeManager.nodes
* @param destroyPlayers if the players should be destroyed
* @returns amount of disconnected Nodes
*/
public async disconnectAll(deleteAllNodes = false, destroyPlayers = true) {
Expand Down

0 comments on commit 0a2ddfe

Please sign in to comment.