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