Skip to main content
Module

x/lavalink/mod.ts>PlayerOptions

An easy-to-use Lavalink client for Deno.
Latest
interface PlayerOptions
Re-export
import { type PlayerOptions } from "https://deno.land/x/lavalink@v1.0.0/mod.ts";

Properties

guild: string

The guild the Player belongs to.

textChannel: string

The text channel the Player belongs to.

optional
voiceChannel: string

The voice channel the Player belongs to.

optional
node: string

The node the Player uses.

optional
volume: number

The initial volume the Player will use.

optional
selfMute: boolean

If the player should mute itself.

optional
selfDeafen: boolean

If the player should deaf itself.