Skip to content

LavalinkPlayer

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

Property (defined in)TypeDescription
filters
(src/structures/Types/Utils.ts:550)
Partial<LavalinkFilterData>All Audio Filters
guildId
(src/structures/Types/Utils.ts:540)
stringGuild Id of the player
paused
(src/structures/Types/Utils.ts:546)
booleanWhether it’s paused or not
state
(src/structures/Types/Utils.ts:552)
objectLavalink-Voice-State Variables
state.connected
(src/structures/Types/Utils.ts:558)
booleanCOnnected or not
state.ping
(src/structures/Types/Utils.ts:560)
numberPing to voice server
state.position
(src/structures/Types/Utils.ts:556)
numberPosition of the track
state.time
(src/structures/Types/Utils.ts:554)
numberTime since connection established
track?
(src/structures/Types/Utils.ts:542)
LavalinkTrackIF playing a track, all of the track information
voice
(src/structures/Types/Utils.ts:548)
LavalinkPlayerVoiceVoice Endpoint data
volume
(src/structures/Types/Utils.ts:544)
numberLavalink volume (mind volumedecrementer)