NodeOptions constructor

NodeOptions(
  1. {String host = "localhost",
  2. int port = 2333,
  3. bool ssl = false,
  4. String password = "youshallnotpass",
  5. int shards = 1,
  6. int maxConnectAttempts = 5,
  7. Duration delayBetweenReconnections = const Duration(seconds: 5),
  8. String clientName = "nyxx_lavalink"}
)

Constructor to build a new node builder

Implementation

NodeOptions