Skip to main content
Module

x/lavalink/mod.ts

An easy-to-use Lavalink client for Deno.
Latest
import * as lavalink from "https://deno.land/x/lavalink@v1.0.0/mod.ts";

Classes

The main hub for interacting with Lavalink and using Erela.JS,

The player's queue, the current property is the currently playing track, think of the rest as the up-coming tracks.

c
Structure
abstract

Gets or extends structures to extend the built in, or already extended, classes to add more functionality.

c
TrackUtils
abstract