LavalinkPlayer
Defined in: src/structures/Types/Utils.ts:463
Properties
Section titled “Properties”Property | Type | Description | Defined in |
---|---|---|---|
filters | Partial <LavalinkFilterData > | All Audio Filters | src/structures/Types/Utils.ts:475 |
guildId | string | Guild Id of the player | src/structures/Types/Utils.ts:465 |
paused | boolean | Wether it’s paused or not | src/structures/Types/Utils.ts:471 |
state | object | Lavalink-Voice-State Variables | src/structures/Types/Utils.ts:477 |
state.connected | boolean | COnnected or not | src/structures/Types/Utils.ts:483 |
state.ping | number | Ping to voice server | src/structures/Types/Utils.ts:485 |
state.position | number | Position of the track | src/structures/Types/Utils.ts:481 |
state.time | number | Time since connection established | src/structures/Types/Utils.ts:479 |
track? | LavalinkTrack | IF playing a track, all of the track information | src/structures/Types/Utils.ts:467 |
voice | LavalinkPlayerVoice | Voice Endpoint data | src/structures/Types/Utils.ts:473 |
volume | number | Lavalink volume (mind volumedecrementer) | src/structures/Types/Utils.ts:469 |