Skip to main content
Module

x/lavalink/mod.ts>ManagerOptions

An easy-to-use Lavalink client for Deno.
Latest
interface ManagerOptions
import { type ManagerOptions } from "https://deno.land/x/lavalink@v1.0.0/mod.ts";

Properties

optional
nodes: NodeOptions[]

The array of nodes to connect to.

optional
clientId: string

The client ID to use.

optional
shards: number

The shard count.

optional
plugins: Plugin[]

A array of plugins to use.

optional
autoPlay: boolean

Whether players should automatically play the next song.

optional
trackPartial: string[]

An array of track properties to keep. track will always be present.

Methods

send(id: string, payload: Payload): void

Function to send data to the websocket.