filters | Partial <LavalinkFilterData > | All Audio Filters | src/structures/Types/Utils.ts:463 |
guildId | string | Guild Id of the player | src/structures/Types/Utils.ts:453 |
paused | boolean | Wether it’s paused or not | src/structures/Types/Utils.ts:459 |
state | object | Lavalink-Voice-State Variables | src/structures/Types/Utils.ts:465 |
state.connected | boolean | COnnected or not | src/structures/Types/Utils.ts:471 |
state.ping | number | Ping to voice server | src/structures/Types/Utils.ts:473 |
state.position | number | Position of the track | src/structures/Types/Utils.ts:469 |
state.time | number | Time since connection established | src/structures/Types/Utils.ts:467 |
track? | LavalinkTrack | IF playing a track, all of the track information | src/structures/Types/Utils.ts:455 |
voice | LavalinkPlayerVoice | Voice Endpoint data | src/structures/Types/Utils.ts:461 |
volume | number | Lavalink volume (mind volumedecrementer) | src/structures/Types/Utils.ts:457 |