createNyxxWebsocket static method

INyxxWebsocket createNyxxWebsocket(
  1. String token,
  2. int intents, {
  3. ClientOptions? options,
  4. CacheOptions? cacheOptions,
  5. @Deprecated("Use IgnoreException plugin") bool ignoreExceptions = true,
  6. @Deprecated("Use Logging plugin") bool useDefaultLogger = true,
})

Implementation

static INyxxWebsocket createNyxxWebsocket(String token, int intents,
        {ClientOptions? options,
        CacheOptions? cacheOptions,
        @Deprecated("Use IgnoreException plugin") bool ignoreExceptions = true,
        @Deprecated("Use Logging plugin") bool useDefaultLogger = true}) =>
    NyxxWebsocket(token, intents, options: options, cacheOptions: cacheOptions);