PlayerJson
Defined in: src/structures/Types/Player.ts:13
Properties
Section titled “Properties”| Property (defined in) | Type | Description |
|---|---|---|
createdTimeStamp? (src/structures/Types/Player.ts:39) | number | When the player was created |
equalizer (src/structures/Types/Player.ts:50) | EQBand[] | Equalizer Bands used in lavalink |
filters (src/structures/Types/Player.ts:41) | FilterData | All current used fitlers Data |
guildId (src/structures/Types/Player.ts:15) | string | Guild Id where the player was playing in |
lastPosition (src/structures/Types/Player.ts:25) | number | Lavalink’s position the player was at |
lastPositionChange (src/structures/Types/Player.ts:27) | number | Last time the position was sent from lavalink |
lavalinkVolume (src/structures/Types/Player.ts:31) | number | Real Volume used in lavalink (with the volumeDecrementer) |
nodeId? (src/structures/Types/Player.ts:52) | string | The Id of the last used node |
nodeSessionId? (src/structures/Types/Player.ts:54) | string | The SessionId of the node |
options (src/structures/Types/Player.ts:17) | PlayerOptions | Options provided to the player |
paused (src/structures/Types/Player.ts:35) | boolean | Pause state |
ping (src/structures/Types/Player.ts:43) | object | The player’s ping object |
ping.lavalink (src/structures/Types/Player.ts:47) | number | Avg. calc. Ping to the lavalink server |
ping.ws (src/structures/Types/Player.ts:45) | number | Ping to the voice websocket server |
playing (src/structures/Types/Player.ts:37) | boolean | Whether the player was playing or not |
position (src/structures/Types/Player.ts:23) | number | Position the player was at |
queue? (src/structures/Types/Player.ts:56) | StoredQueue | The stored queue |
repeatMode (src/structures/Types/Player.ts:33) | RepeatMode | The repeatmode from the player |
textChannelId? (src/structures/Types/Player.ts:21) | string | Text Channel Id the player was synced to |
voiceChannelId (src/structures/Types/Player.ts:19) | string | Voice Channel Id the player was playing in |
volume (src/structures/Types/Player.ts:29) | number | Volume in % from the player (without volumeDecrementer) |