Type alias AmariBotOptions

AmariBotOptions: {
    baseURL?: string;
    customFetch?: CustomFetch;
    debug?: boolean;
    version?: string;
}

Type declaration

  • Optional baseURL?: string
  • Optional customFetch?: CustomFetch
  • Optional debug?: boolean
  • Optional version?: string

Generated using TypeDoc