Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LavaOptions

Hierarchy

  • LavaOptions

Index

Properties

Optional autoPlay

autoPlay?: boolean

Whether players should automatically play next song

Optional autoReplay

autoReplay?: boolean

Whether to replay track automatically when node used on player is disconnected

Optional autoResume

autoResume?: boolean

Wether to resume voice connection if socket closed unexpectedly

Optional balanceLoad

balanceLoad?: "system" | "lavalink"

Whether to use system load or lavalink load for load balancing, default to system

Optional clientName

clientName?: string

The value to use for 'Client-Name' header

Optional defaultSearchPlatform

defaultSearchPlatform?: SearchPlatform

The default search platform to use, can be "yt" for youtube, "ytm" for youtube music, and "sc" for soundcloud

Optional requiredPlugins

requiredPlugins?: string[]

Required plugins for the nodes, a node won't be used if it doesn't have the required plugins

Optional resumeConfig

resumeConfig?: ResumeConfig

The config for resuming

Optional shards

shards?: number

The shards count

Optional structures

structures?: Structures

The used structures for the instance

Methods

send

Generated using TypeDoc