createNyxxRest static method

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

Implementation

static INyxx createNyxxRest(String token, int intents, Snowflake appId,
        {ClientOptions? options,
        CacheOptions? cacheOptions,
        @Deprecated("Use IgnoreException plugin") bool ignoreExceptions = true,
        @Deprecated("Use Logging plugin") bool useDefaultLogger = true}) =>
    NyxxRest(token, intents, appId, options: options, cacheOptions: cacheOptions);