LavalinkPlayer
Defined in: src/structures/Types/Utils.ts:472
Properties
Section titled “Properties”| Property (defined in) | Type | Description |
|---|---|---|
filters (src/structures/Types/Utils.ts:484) | Partial<LavalinkFilterData> | All Audio Filters |
guildId (src/structures/Types/Utils.ts:474) | string | Guild Id of the player |
paused (src/structures/Types/Utils.ts:480) | boolean | Wether it’s paused or not |
state (src/structures/Types/Utils.ts:486) | object | Lavalink-Voice-State Variables |
state.connected (src/structures/Types/Utils.ts:492) | boolean | COnnected or not |
state.ping (src/structures/Types/Utils.ts:494) | number | Ping to voice server |
state.position (src/structures/Types/Utils.ts:490) | number | Position of the track |
state.time (src/structures/Types/Utils.ts:488) | number | Time since connection established |
track? (src/structures/Types/Utils.ts:476) | LavalinkTrack | IF playing a track, all of the track information |
voice (src/structures/Types/Utils.ts:482) | LavalinkPlayerVoice | Voice Endpoint data |
volume (src/structures/Types/Utils.ts:478) | number | Lavalink volume (mind volumedecrementer) |