createNyxxWebsocket static method

INyxxWebsocket createNyxxWebsocket(
  1. String token,
  2. int intents,
  3. {ClientOptions? options,
  4. CacheOptions? cacheOptions}
)

Implementation

static INyxxWebsocket createNyxxWebsocket(String token, int intents, {ClientOptions? options, CacheOptions? cacheOptions}) =>
    NyxxWebsocket(token, intents, options: options, cacheOptions: cacheOptions);