createNyxxRest static method

INyxxRest createNyxxRest(
  1. String token,
  2. int intents,
  3. Snowflake appId,
  4. {ClientOptions? options,
  5. CacheOptions? cacheOptions}
)

Implementation

static INyxxRest createNyxxRest(String token, int intents, Snowflake appId, {ClientOptions? options, CacheOptions? cacheOptions}) =>
    NyxxRest(token, intents, appId, options: options, cacheOptions: cacheOptions);