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

Event that is fired when an audio websocket (to Discord) is closed.

definition: Event<"WebSocketClosedEvent", WebSocketClosedEventData>