Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lavadeno/deps.ts>Lavalink.LoadType

lavadeno is a simple, easy-to-use, and flexible lavalink client built on the Deno Runtime.
Latest
enum Lavalink.LoadType
import { Lavalink } from "https://deno.land/x/lavadeno@3.3.0/deps.ts";
const { LoadType } = Lavalink;

Members

LoadFailed = "LOAD_FAILED"

Lavaplayer failed to load something.

NoMatches = "NO_MATCHES"

Nothing was founded for the supplied identifier.

PlaylistLoaded = "PLAYLIST_LOADED"

A playlist was loaded.

SearchResult = "SEARCH_RESULT"

A search result was made, either with ytsearch: or scsearch:.

TrackLoaded = "TRACK_LOADED"

A single track was loaded.