Interface ClientOptions

Hierarchy

  • ClientOptions

Properties

dataStore?: IStore<string, unknown>

Custom data store.

disableCooldown?: boolean
logger?: LoggerOptions
middlewares?: {
    cooldown?: MiddlewareFunc;
}

Type declaration

owners?: string[]
prefixes?: string[]
qr?: {
    options?: Record<string, string | number>;
    store: QrStoreType;
}

Type declaration

  • Optional options?: Record<string, string | number>
  • store: QrStoreType
saveGroupMetadata?: boolean

Generated using TypeDoc