Skip to content

LavalinkPlayer

Defined in: src/structures/Types/Utils.ts:472

Property (defined in)TypeDescription
filters
(src/structures/Types/Utils.ts:484)
Partial<LavalinkFilterData>All Audio Filters
guildId
(src/structures/Types/Utils.ts:474)
stringGuild Id of the player
paused
(src/structures/Types/Utils.ts:480)
booleanWether it’s paused or not
state
(src/structures/Types/Utils.ts:486)
objectLavalink-Voice-State Variables
state.connected
(src/structures/Types/Utils.ts:492)
booleanCOnnected or not
state.ping
(src/structures/Types/Utils.ts:494)
numberPing to voice server
state.position
(src/structures/Types/Utils.ts:490)
numberPosition of the track
state.time
(src/structures/Types/Utils.ts:488)
numberTime since connection established
track?
(src/structures/Types/Utils.ts:476)
LavalinkTrackIF playing a track, all of the track information
voice
(src/structures/Types/Utils.ts:482)
LavalinkPlayerVoiceVoice Endpoint data
volume
(src/structures/Types/Utils.ts:478)
numberLavalink volume (mind volumedecrementer)