Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LavalinkNodeOptions

Lavalink Node Options

Hierarchy

  • LavalinkNodeOptions

Index

Properties

host

host: string

The host of the LavalinkNode, this could be a ip or domain.

id

id: string

The id of the LavalinkNode so Nodes are better organized

Optional password

password: undefined | string

The password of the lavalink node

Optional port

port: number | string

The port of the LavalinkNode

Optional reconnectInterval

reconnectInterval: undefined | number

The interval that the node will try to reconnect to lavalink at in milliseconds

Optional resumeKey

resumeKey: undefined | string

The resume key to send to the LavalinkNode so you can resume properly

Optional resumeTimeout

resumeTimeout: undefined | number

Resume timeout

Optional state

state: any

Extra info attached to your node, not required and is not sent to lavalink, purely for you.

Generated using TypeDoc