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

x/lavadeno/deps.ts>Lavalink.Headers

lavadeno is a simple, easy-to-use, and flexible lavalink client built on the Deno Runtime.
Latest
interface Lavalink.Headers
import { type Lavalink } from "https://deno.land/x/lavadeno@3.3.0/deps.ts";
const { Headers } = Lavalink;

Properties

Authorization: string
deprecated
Num-Shards: number

Total number of shards your bot is operating on.

optional
Client-Name: string

The name of your client, optionally in the format NAME/VERSION

User-Id: string

The user id of the bot you are playing music with.

optional
Resume-Key: string

The resume-key specified in the "configureResuming" operation.