autoPlay | boolean | Whether players should automatically play the next song. | |
autoPlaySearchPlatform | SearchPlatform | The search platform autoplay should use. Fallback to YouTube if not found. | |
clientId | string | The client ID to use. | |
clientName | string | Value to use for the Client-Name header. | |
clusterId | number | The array of shard IDs connected to this manager instance. | |
defaultSearchPlatform | SearchPlatform | The default search platform to use. | |
lastFmApiKey | string | The last.fm API key. Get it from here. | |
maxPreviousTracks | number | The maximum number of previous tracks to store. | |
nodes | NodeOptions[] | The array of nodes to connect to. | |
plugins | Plugin[] | An array of plugins to use. | |
replaceYouTubeCredentials | boolean | Whether the YouTube video titles should be replaced if the Author does not exactly match. | |
trackPartial | TrackPartial | An array of track properties to keep. track will always be present. | |
useNode | UseNodeOptions | Use the least amount of players or least load? | |
usePriority | boolean | Use priority mode over least amount of player or load? | |
send | function | Function to send data to the websocket. | |