getDisconnectedNode method

Node? getDisconnectedNode(
  1. int nodeId
)

Attempts to retrieve a node disconnected from lavalink by its id, this method does not work with nodes that have exceeded the maximum reconnect attempts as those get removed from cluster

Implementation

Node? getDisconnectedNode(int nodeId) => this._connectingNodes[nodeId];