LavalinkPlayer
Defined in: src/structures/Types/Utils.ts:538
Properties
Section titled “Properties”| Property (defined in) | Type | Description |
|---|---|---|
filters (src/structures/Types/Utils.ts:550) | Partial<LavalinkFilterData> | All Audio Filters |
guildId (src/structures/Types/Utils.ts:540) | string | Guild Id of the player |
paused (src/structures/Types/Utils.ts:546) | boolean | Whether it’s paused or not |
state (src/structures/Types/Utils.ts:552) | object | Lavalink-Voice-State Variables |
state.connected (src/structures/Types/Utils.ts:558) | boolean | COnnected or not |
state.ping (src/structures/Types/Utils.ts:560) | number | Ping to voice server |
state.position (src/structures/Types/Utils.ts:556) | number | Position of the track |
state.time (src/structures/Types/Utils.ts:554) | number | Time since connection established |
track? (src/structures/Types/Utils.ts:542) | LavalinkTrack | IF playing a track, all of the track information |
voice (src/structures/Types/Utils.ts:548) | LavalinkPlayerVoice | Voice Endpoint data |
volume (src/structures/Types/Utils.ts:544) | number | Lavalink volume (mind volumedecrementer) |