Global

Type Definitions

SalvageMessages

An object containing important messages for a music bot.

Properties:
Name Type Description
newSong function

The message to send when a new song is playing

destroy function

The message to send when a player is destroyed

Type:
  • Object

SalvageNode

A node for connecting to lavalink

Properties:
Name Type Description
auth String

The authorization (password)

host String

The host, typically localhost

port Number

The port of the node

name String

The name of the node

Type:
  • Object