Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lavadeno/mod.ts>PlayerEvents

lavadeno is a simple, easy-to-use, and flexible lavalink client built on the Deno Runtime.
Latest
type alias PlayerEvents
import { type PlayerEvents } from "https://deno.land/x/lavadeno@3.3.0/mod.ts";
definition: { trackStart: [string | null]; trackEnd: [string | null, Lavalink.TrackEndReason]; trackException: [string | null, Error]; trackStuck: [string | null, number]; disconnected: [number, string, boolean]; channelJoin: [bigint]; channelLeave: [bigint]; channelMove: [bigint, bigint]; }