disconnect method

void disconnect()

Tells the node to disconnect from lavalink server

Implementation

void disconnect() {
  _nodeSendPort.send({"cmd": "DISCONNECT"});
}