Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias PlayerEventType
import { type PlayerEventType } from "https://deno.land/x/lavalink_types@2.0.6/src/player.ts";
definition:
| "TrackStartEvent"
| "TrackEndEvent"
| "TrackExceptionEvent"
| "TrackStuckEvent"
| "WebSocketClosedEvent"