Properties
emitChatEvents?: boolean
Whether to emit chatMessage events (this is independent of emitEvents).
Default:false
rateLimitOptions?: RateLimitOptions
Options for the built-in rate limiter.
cacheOptions?: CacheOptions
Options for the request cache.
eventEmitterOptions?: BotEventEmitterOptions
Options for the event emitter.
chatEmitterOptions?: BotChatEmitterOptions
Options for the chat emitter. If this isn't set, the bot will use eventEmitterOptions.