Skip to content

LavalinkPlayer

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

Property (defined in)TypeDescription
filters
(src/structures/Types/Utils.ts:475)
Partial<LavalinkFilterData>All Audio Filters
guildId
(src/structures/Types/Utils.ts:465)
stringGuild Id of the player
paused
(src/structures/Types/Utils.ts:471)
booleanWether it’s paused or not
state
(src/structures/Types/Utils.ts:477)
objectLavalink-Voice-State Variables
state.connected
(src/structures/Types/Utils.ts:483)
booleanCOnnected or not
state.ping
(src/structures/Types/Utils.ts:485)
numberPing to voice server
state.position
(src/structures/Types/Utils.ts:481)
numberPosition of the track
state.time
(src/structures/Types/Utils.ts:479)
numberTime since connection established
track?
(src/structures/Types/Utils.ts:467)
LavalinkTrackIF playing a track, all of the track information
voice
(src/structures/Types/Utils.ts:473)
LavalinkPlayerVoiceVoice Endpoint data
volume
(src/structures/Types/Utils.ts:469)
numberLavalink volume (mind volumedecrementer)