LavalinkPlayer
Defined in: src/structures/Types/Utils.ts:444
Properties
Section titled “Properties”| Property (defined in) | Type | Description |
|---|---|---|
filters (src/structures/Types/Utils.ts:456) | Partial<LavalinkFilterData> | All Audio Filters |
guildId (src/structures/Types/Utils.ts:446) | string | Guild Id of the player |
paused (src/structures/Types/Utils.ts:452) | boolean | Wether it’s paused or not |
state (src/structures/Types/Utils.ts:458) | object | Lavalink-Voice-State Variables |
state.connected (src/structures/Types/Utils.ts:464) | boolean | COnnected or not |
state.ping (src/structures/Types/Utils.ts:466) | number | Ping to voice server |
state.position (src/structures/Types/Utils.ts:462) | number | Position of the track |
state.time (src/structures/Types/Utils.ts:460) | number | Time since connection established |
track? (src/structures/Types/Utils.ts:448) | LavalinkTrack | IF playing a track, all of the track information |
voice (src/structures/Types/Utils.ts:454) | LavalinkPlayerVoice | Voice Endpoint data |
volume (src/structures/Types/Utils.ts:450) | number | Lavalink volume (mind volumedecrementer) |