Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CompleteLavalinkManagerOptions

Index

Properties

defaultSource

defaultSource: Source

The default source to use for searches.

default

'youtube'

Optional defaultSpotifyRequestOptions

defaultSpotifyRequestOptions: RequestOptions

The default request options to use when sending requests to spotify.

enabledSources

enabledSources: Source[]

An array of enabled sources. If spotify is specified, the spotifyAuth option should also be defined.

default

['youtube', 'soundcloud']

leastLoadSort

leastLoadSort: "system" | "lavalink"

The type of CPU load to sort by when getting the least load node.

default

'system'

nodeOptions

nodeOptions: NodeOptions[]

An array of nodes to connect to.

Optional spotifyAuth

spotifyAuth: { clientId: string; clientSecret: string }

Authentication for the spotify API. This will enable resolving spotify links into youtube tracks.

Type declaration

  • clientId: string
  • clientSecret: string

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method

Generated using TypeDoc