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

x/lavalink_types/mod.ts>OpCode

Deno typings for lavalink
Latest
type alias OpCode
Re-export
import { type OpCode } from "https://deno.land/x/lavalink_types@2.0.6/mod.ts";

The available operations.

definition:
| "voiceUpdate"
| "play"
| "stop"
| "pause"
| "seek"
| "volume"
| "filters"
| "destroy"
| "stats"
| "playerUpdate"
| "event"
| "configureResuming"
| "equalizer"