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