Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias TrackExceptionEvent
import { type TrackExceptionEvent } from "https://deno.land/x/lavalink_types@2.0.6/src/player.ts";

Event that is fired when an exception occurs in an audio track that causes it to halt or not start.

definition: Event<"TrackExceptionEvent", TrackExceptionEventData>