interface BotOptions

Options for the Bot constructor.

Properties

service?: string

The PDS to connect to.

Default: "https://bsky.social"

langs?: string[]

The default list of languages to attach to posts.

Default: ["en"]

emitEvents?: boolean

Whether to emit events.

Default: true

rateLimitOptions?: RateLimitOptions

Options for the built-in rate limiter.

cacheOptions?: CacheOptions

Options for the request cache.

eventEmitterOptions?: BotEventEmitterOptions

Options for the event emitter.