createdTimeStamp? | number | When the player was created | src/structures/Types/Player.ts:40 |
equalizer | EQBand [] | Equalizer Bands used in lavalink | src/structures/Types/Player.ts:51 |
filters | FilterData | All current used fitlers Data | src/structures/Types/Player.ts:42 |
guildId | string | Guild Id where the player was playing in | src/structures/Types/Player.ts:16 |
lastPosition | number | Lavalink’s position the player was at | src/structures/Types/Player.ts:26 |
lastPositionChange | number | Last time the position was sent from lavalink | src/structures/Types/Player.ts:28 |
lavalinkVolume | number | Real Volume used in lavalink (with the volumeDecrementer) | src/structures/Types/Player.ts:32 |
nodeId? | string | The Id of the last used node | src/structures/Types/Player.ts:53 |
nodeSessionId? | string | The SessionId of the node | src/structures/Types/Player.ts:55 |
options | PlayerOptions | Options provided to the player | src/structures/Types/Player.ts:18 |
paused | boolean | Pause state | src/structures/Types/Player.ts:36 |
ping | object | The player’s ping object | src/structures/Types/Player.ts:44 |
ping.lavalink | number | Avg. calc. Ping to the lavalink server | src/structures/Types/Player.ts:48 |
ping.ws | number | Ping to the voice websocket server | src/structures/Types/Player.ts:46 |
playing | boolean | Wether the player was playing or not | src/structures/Types/Player.ts:38 |
position | number | Position the player was at | src/structures/Types/Player.ts:24 |
queue? | StoredQueue | The stored queue | src/structures/Types/Player.ts:57 |
repeatMode | RepeatMode | The repeatmode from the player | src/structures/Types/Player.ts:34 |
textChannelId? | string | Text Channel Id the player was synced to | src/structures/Types/Player.ts:22 |
voiceChannelId | string | Voice Channel Id the player was playing in | src/structures/Types/Player.ts:20 |
volume | number | Volume in % from the player (without volumeDecrementer) | src/structures/Types/Player.ts:30 |