Skip to content

LavalinkPlayer

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

Property (defined in)TypeDescription
filters
(src/structures/Types/Utils.ts:456)
Partial<LavalinkFilterData>All Audio Filters
guildId
(src/structures/Types/Utils.ts:446)
stringGuild Id of the player
paused
(src/structures/Types/Utils.ts:452)
booleanWether it’s paused or not
state
(src/structures/Types/Utils.ts:458)
objectLavalink-Voice-State Variables
state.connected
(src/structures/Types/Utils.ts:464)
booleanCOnnected or not
state.ping
(src/structures/Types/Utils.ts:466)
numberPing to voice server
state.position
(src/structures/Types/Utils.ts:462)
numberPosition of the track
state.time
(src/structures/Types/Utils.ts:460)
numberTime since connection established
track?
(src/structures/Types/Utils.ts:448)
LavalinkTrackIF playing a track, all of the track information
voice
(src/structures/Types/Utils.ts:454)
LavalinkPlayerVoiceVoice Endpoint data
volume
(src/structures/Types/Utils.ts:450)
numberLavalink volume (mind volumedecrementer)