Interface Options

Hierarchy

  • Options

Properties

gateway?: Omit<Gateway.Options, "token" | "rateLimitStore">

Gateway configuration

rateLimitStore?: Store

You can supply a custom RateLimitStore.Store interface here to change how rate limit counters and bucket information are stored.

Defaults to a memory store implementation.

rest?: Omit<Rest.Options, "token" | "rateLimitStore">

REST API configuration

token: string

The discord bot token

Generated using TypeDoc