Interface ConnectionOptions

Hierarchy

  • ConnectionOptions

Properties

headers?: Record<string, string>

Header of request

hostname: string

Default

""
secure?: boolean

Secure of request (https)

Default

false
version?: false | "v3" | "v4"

Version of lavalink

Default

false

Generated using TypeDoc